mamedev / mame

MAME
https://www.mamedev.org/
Other
8.03k stars 2k forks source link

Drivers saved to favorites UI are run without showing software list #2297

Closed anewuser closed 7 years ago

anewuser commented 7 years ago

As expected, the list of software related to it is shown if you've set the paths properly.

Result: MAME attempts to "boot up" the ROM and tells you to insert a cartridge.

Expected result: MAME should show the software list associated to this favorited driver, as in the first step.

mame64.exe 0.185 Windows 10

Tafoid commented 7 years ago

I believe every machine that is saved in Favorites is run as if you are running "mame64 (setname)" from command line fresh as it starts a fresh instance to run it to avoid any leftover corruption (I assume?). Given the way the UI is set up, I'm not certain if there is a way this can be avoided within the current design.

anewuser commented 7 years ago

MAME 0.186 doesn't have this issue anymore.