Previous 199869 Revisions Next

r44672 Thursday 4th February, 2016 at 15:50:39 UTC by David Haywood
change default (nw)
[src/emu]emuopts.cpp

trunk/src/emu/emuopts.cpp
r253183r253184
181181   { OPTION_SKIP_GAMEINFO,                              "0",         OPTION_BOOLEAN,    "skip displaying the information screen at startup" },
182182   { OPTION_UI_FONT,                                    "default",   OPTION_STRING,     "specify a font to use" },
183183   { OPTION_RAMSIZE ";ram",                             nullptr,        OPTION_STRING,     "size of RAM (if supported by driver)" },
184   { OPTION_CONFIRM_QUIT,                               "1",         OPTION_BOOLEAN,    "display confirm quit screen on exit" },
184   { OPTION_CONFIRM_QUIT,                               "0",         OPTION_BOOLEAN,    "display confirm quit screen on exit" },
185185   { OPTION_UI_MOUSE,                                   "1",         OPTION_BOOLEAN,    "display ui mouse cursor" },
186186   { OPTION_AUTOBOOT_COMMAND ";ab",                     nullptr,        OPTION_STRING,     "command to execute after machine boot" },
187187   { OPTION_AUTOBOOT_DELAY,                             "2",         OPTION_INTEGER,    "timer delay in sec to trigger command execution on autoboot" },


Previous 199869 Revisions Next


© 1997-2024 The MAME Team