summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cinemat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cinemat.cpp')
-rw-r--r--src/mame/drivers/cinemat.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/cinemat.cpp b/src/mame/drivers/cinemat.cpp
index cd526b14e95..ad0002038c5 100644
--- a/src/mame/drivers/cinemat.cpp
+++ b/src/mame/drivers/cinemat.cpp
@@ -58,6 +58,7 @@ void cinemat_state::machine_start()
save_item(NAME(m_coin_detected));
save_item(NAME(m_coin_last_reset));
save_item(NAME(m_mux_select));
+ m_led.resolve();
}