diff options
Diffstat (limited to 'src/emu/emuopts.c')
-rw-r--r-- | src/emu/emuopts.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/emuopts.c b/src/emu/emuopts.c index 87711b45be8..d78d0863efb 100644 --- a/src/emu/emuopts.c +++ b/src/emu/emuopts.c @@ -155,11 +155,11 @@ const options_entry mame_core_options[] = /* misc options */ { NULL, NULL, OPTION_HEADER, "CORE MISC OPTIONS" }, - { "bios", NULL, 0, "select the system BIOS to use" }, + { "bios", NULL, OPTION_DRIVER_ONLY,"select the system BIOS to use" }, { "cheat;c", "0", OPTION_BOOLEAN, "enable cheat subsystem" }, { "skip_gameinfo", "0", OPTION_BOOLEAN, "skip displaying the information screen at startup" }, { "uifont", "default", 0, "specify a font to use" }, - { "ramsize;ram", NULL, 0, "size of RAM (if supported by driver)" }, + { "ramsize;ram", NULL, OPTION_DRIVER_ONLY,"size of RAM (if supported by driver)" }, /* image device options */ { OPTION_ADDED_DEVICE_OPTIONS, "0", OPTION_BOOLEAN | OPTION_INTERNAL, "image device-specific options have been added" }, |