summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emuopts.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2010-02-10 10:25:00 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2010-02-10 10:25:00 +0000
commit96413ff354e525e77d8c46bb2c365015eba1351d (patch)
treee1d13e84ddf4c1f11874d9a60890fbf2e0691082 /src/emu/emuopts.c
parent493eaf7b78cc556aab27e8e6c3291c2de23f3c6c (diff)
- Added skip_warnings option
- Removed MESS dependent checks
Diffstat (limited to 'src/emu/emuopts.c')
-rw-r--r--src/emu/emuopts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/emuopts.c b/src/emu/emuopts.c
index f7125a24785..24056d52369 100644
--- a/src/emu/emuopts.c
+++ b/src/emu/emuopts.c
@@ -154,6 +154,7 @@ const options_entry mame_core_options[] =
{ "bios", NULL, 0, "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" },
+ { "skip_warnings", "0", OPTION_BOOLEAN, "skip displaying the warnings screen" },
{ NULL }
};