summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cinemat.cpp
diff options
context:
space:
mode:
author mooglyguy <therealmogminer@gmail.com>2018-04-04 19:17:40 +0200
committer mooglyguy <therealmogminer@gmail.com>2018-04-04 19:17:56 +0200
commit3fd1c159eff4cacb5fe785fea302c5082bee18fd (patch)
tree1d37ceb57152b788c56d8c728547ad45f236e051 /src/mame/drivers/cinemat.cpp
parentd1c9c3379bc17f3ee54a3db3265ed0aa7c8c1480 (diff)
-output: Removed legacy output accessors from cinemat, bzone drivers. [Ryan Holtz]
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();
}