Fixed hard-reset (nw)

This commit is contained in:
Miodrag Milanovic 2014-04-27 05:33:47 +00:00
parent b30802e57d
commit 477c80e76e

View File

@ -185,7 +185,7 @@ int mame_execute(emu_options &options, osd_interface &osd)
}
else
{
options.set_system_name("");
if (machine.exit_pending()) options.set_system_name("");
}
if (machine.exit_pending() && (!started_empty || (system == &GAME_NAME(___empty))))