trunk/src/emu/emuopts.cpp
| r253183 | r253184 | |
| 181 | 181 | { OPTION_SKIP_GAMEINFO, "0", OPTION_BOOLEAN, "skip displaying the information screen at startup" }, |
| 182 | 182 | { OPTION_UI_FONT, "default", OPTION_STRING, "specify a font to use" }, |
| 183 | 183 | { 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" }, |
| 185 | 185 | { OPTION_UI_MOUSE, "1", OPTION_BOOLEAN, "display ui mouse cursor" }, |
| 186 | 186 | { OPTION_AUTOBOOT_COMMAND ";ab", nullptr, OPTION_STRING, "command to execute after machine boot" }, |
| 187 | 187 | { OPTION_AUTOBOOT_DELAY, "2", OPTION_INTEGER, "timer delay in sec to trigger command execution on autoboot" }, |