summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emuopts.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/emuopts.c')
-rw-r--r--src/emu/emuopts.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/emuopts.c b/src/emu/emuopts.c
index adf27712942..363913f27e1 100644
--- a/src/emu/emuopts.c
+++ b/src/emu/emuopts.c
@@ -130,9 +130,9 @@ const options_entry mame_core_options[] =
{ "joystick_deadzone;joy_deadzone;jdz", "0.3", 0, "center deadzone range for joystick where change is ignored (0.0 center, 1.0 end)" },
{ "joystick_saturation;joy_saturation;jsat", "0.85", 0, "end of axis saturation range for joystick where change is ignored (0.0 center, 1.0 end)" },
{ "natural;nat", "0", OPTION_BOOLEAN, "specifies whether to use a natural keyboard or not" },
- { "uimodekey;umk", "auto", 0, "specifies the key used to toggle between full and partial UI mode" },
-
-
+ { "uimodekey;umk", "auto", 0, "specifies the key used to toggle between full and partial UI mode" },
+
+
/* input autoenable options */
{ NULL, NULL, OPTION_HEADER, "CORE INPUT AUTOMATIC ENABLE OPTIONS" },
{ "paddle_device;paddle", "keyboard", 0, "enable (none|keyboard|mouse|lightgun|joystick) if a paddle control is present" },