summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emuopts.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-01-28 09:20:10 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-01-28 09:20:10 +0100
commit26e7a17b6326aa5a75a6276e52cf84a94c16d7a0 (patch)
treebab4468226c59d590688e0ece892f5bfbca58736 /src/emu/emuopts.h
parent13b862c4fae88f0f819c2c4416d49249e4de45b9 (diff)
Cleanups and version bumpmame0158
Diffstat (limited to 'src/emu/emuopts.h')
-rw-r--r--src/emu/emuopts.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/emu/emuopts.h b/src/emu/emuopts.h
index 880a51a2d09..17deb586576 100644
--- a/src/emu/emuopts.h
+++ b/src/emu/emuopts.h
@@ -318,11 +318,11 @@ public:
bool joystick_contradictory() const { return bool_value(OPTION_JOYSTICK_CONTRADICTORY); }
int coin_impulse() const { return int_value(OPTION_COIN_IMPULSE); }
- // core debugging options
- bool log() const { return bool_value(OPTION_LOG); }
- bool debug() const { return bool_value(OPTION_DEBUG); }
- bool verbose() const { return bool_value(OPTION_VERBOSE); }
- bool oslog() const { return bool_value(OPTION_OSLOG); }
+ // core debugging options
+ bool log() const { return bool_value(OPTION_LOG); }
+ bool debug() const { return bool_value(OPTION_DEBUG); }
+ bool verbose() const { return bool_value(OPTION_VERBOSE); }
+ bool oslog() const { return bool_value(OPTION_OSLOG); }
const char *debug_script() const { return value(OPTION_DEBUGSCRIPT); }
bool update_in_pause() const { return bool_value(OPTION_UPDATEINPAUSE); }