summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/mame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/mame.cpp')
-rw-r--r--src/emu/mame.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/mame.cpp b/src/emu/mame.cpp
index 813455e0b8d..513300553d6 100644
--- a/src/emu/mame.cpp
+++ b/src/emu/mame.cpp
@@ -149,6 +149,7 @@ void machine_manager::schedule_new_driver(const game_driver &driver)
void machine_manager::update_machine()
{
m_lua->set_machine(m_machine);
+ m_lua->attach_notifiers();
}