summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/mame.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/mame.h')
-rw-r--r--src/frontend/mame/mame.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/frontend/mame/mame.h b/src/frontend/mame/mame.h
index 8cf1a29d50b..cb7fd1c7ed6 100644
--- a/src/frontend/mame/mame.h
+++ b/src/frontend/mame/mame.h
@@ -46,16 +46,16 @@ public:
lua_engine *lua() { return m_lua; }
virtual void update_machine() override;
-
+
void reset();
TIMER_CALLBACK_MEMBER(autoboot_callback);
-
+
virtual ui_manager* create_ui(running_machine& machine) override;
virtual void create_custom(running_machine& machine) override;
virtual void ui_initialize(running_machine& machine) override;
-
+
/* execute as configured by the OPTION_SYSTEMNAME option on the specified options */
int execute();
void start_luaengine();