Jump to content

CBF

Members+
  • Posts

    7
  • Joined

  • Last visited

Everything posted by CBF

  1. CBF

    MAMEUI64 0.278.0

    Thanks, but it's still not working correctly. 1) in history.cpp the following 2 lines after if (BIT(cache, 7)) buffer.append("Save state supported.\n"); else should be removed, else it shows "Save state not supported." in the history tab even if MACHINE_SUPPORTS_SAVE is defined in the driver. EDIT: ignore point 1) - after a new 'Audit' all flags in mame_g.ini have changed and the message in the history tab is correct again. But I don't understand why it was necessary to change the value of this MACHINE_SUPPORTS_SAVE flag!? 2) in newui.cpp commenting out the line "if (window->machine().system().flags & MACHINE_SUPPORTS_SAVE)" and the complete "else" part now enables the "Save/Load State" menu options also if MACHINE_SUPPORTS_SAVE is NOT defined in the driver. This condition "if (window->machine().system().flags & MACHINE_SUPPORTS_SAVE)" has worked now many years in the past, so I wonder what has changed so it now fails!?
  2. CBF

    MAMEUI64 0.278.0

    Oops, something went wrong - saving and loading states isn't possible anymore (all options greyed out)!
  3. CBF

    MAMEUI64 0.265.0

    If you comment out the lines 4223+4224 in emu\rendlay.cpp, then this additional yellow mouse pointer is gone: // if (curitem.has_input()) // haveinput = true;
  4. Yep, I remember now that I've made these 2 changes from your file 'makee.bat' that you've mentioned in the thread for version 0.229 here, so you're right: you've already given the right hint to build the 32 bit version MessUI32!
  5. The 2 files I've mentioned are not from old versions at all, I just saw that they are even included in your original 'messui-master'. So it seems, that for MessUI32 these 2 files need to be used instead of the 'official' files in your source!
  6. Well, for v0.230 these files are in the 'Source' download (file 'messui230s.7z') on this website: https://www.progettosnaps.net/messui/ (Of course for 0.234 it should be 'messui234s.7z', but it's not availbale yet) For MessUI32 v0.230 I first used Robert's main file (messui-master), then copied this small source update (messui230s.7z) from ProgrettoSnaps over it, and finally I made these 2 changes mentioned above (at least since MessUI32 v0.230 that doesn't run anymore without these changes). Edit: I just saw, that these 2 files even exist in the original 'messui-master' in the folders 'src\mame\' resp. in 'src\osd\winui\'.
  7. Hi, the last time I've compiled MessUI32 was with version 0.230, and it worked with the following changes: In src\mame\: copy messui.txt mess.flt In src\osd\winui\: copy ui.rc mameui.rc I guess this will still work for newer MessUI32 versions, too - maybe give it a try ...
×
×
  • Create New...