summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/mame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/mame.cpp')
-rw-r--r--src/frontend/mame/mame.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/frontend/mame/mame.cpp b/src/frontend/mame/mame.cpp
index 1266370fe4b..e5a59cd6039 100644
--- a/src/frontend/mame/mame.cpp
+++ b/src/frontend/mame/mame.cpp
@@ -323,6 +323,11 @@ void mame_machine_manager::ui_initialize(running_machine& machine)
m_ui->display_startup_screens(m_firstrun);
}
+void mame_machine_manager::before_load_settings(running_machine& machine)
+{
+ m_lua->on_machine_before_load_settings();
+}
+
void mame_machine_manager::create_custom(running_machine& machine)
{
// start the inifile manager