mirror of
https://github.com/holub/mame
synced 2025-10-08 01:28:00 +03:00
last-minute fixes (nw)
This commit is contained in:
parent
ba3d0a88d6
commit
128af2acf5
@ -508,9 +508,10 @@ void menu_select_launch::launch_system(mame_ui_manager &mui, game_driver const &
|
||||
{
|
||||
if (!swinfo->startempty)
|
||||
{
|
||||
moptions.set_value(OPTION_SOFTWARENAME, util::string_format("%s:%s", swinfo->listname, swinfo->shortname), OPTION_PRIORITY_CMDLINE);
|
||||
if (part)
|
||||
moptions.set_value(swinfo->instance, *part, OPTION_PRIORITY_SUBCMD);
|
||||
moptions.set_value(swinfo->instance, util::string_format("%s:%s:%s", swinfo->listname, swinfo->shortname, *part), OPTION_PRIORITY_CMDLINE);
|
||||
else
|
||||
moptions.set_value(OPTION_SOFTWARENAME, util::string_format("%s:%s", swinfo->listname, swinfo->shortname), OPTION_PRIORITY_CMDLINE);
|
||||
|
||||
moptions.set_value(OPTION_SNAPNAME, util::string_format("%s%s%s", swinfo->listname, PATH_SEPARATOR, swinfo->shortname), OPTION_PRIORITY_CMDLINE);
|
||||
}
|
||||
|
@ -404,4 +404,4 @@ ROM_START(flicker)
|
||||
ROM_END
|
||||
|
||||
// YEAR GAME PARENT MACHINE INPUT CLASS INIT ORIENTATION COMPANY DESCRIPTION FLAGS
|
||||
GAME( 1974, flicker, 0, flicker, flicker, flicker_state, 0, ROT0, "Dave Nutting Associates / Bally", "Flicker (prototype)", MACHINE_MECHANICAL | MACHINE_NOT_WORKING | MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1974, flicker, 0, flicker, flicker, flicker_state, 0, ROT0, "Dave Nutting Associates / Bally", "Flicker (prototype)", MACHINE_IS_INCOMPLETE | MACHINE_MECHANICAL | MACHINE_NOT_WORKING | MACHINE_SUPPORTS_SAVE )
|
||||
|
Loading…
Reference in New Issue
Block a user