diff options
author | 2016-04-27 08:13:59 +0200 | |
---|---|---|
committer | 2016-04-27 08:13:59 +0200 | |
commit | cfee536f22f032c7ead65075f73cc6fd8549e68b (patch) | |
tree | f4b4703dd0295571684456c19668f508b3ddcb3a /src/frontend/mame/mame.h | |
parent | be8159d01eaa7533e7758bf07384501dbc6214f3 (diff) |
Cleanups and version bumpmame0173
Diffstat (limited to 'src/frontend/mame/mame.h')
-rw-r--r-- | src/frontend/mame/mame.h | 6 |
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(); |