summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author James Wallace <james-wallace-ghub@users.noreply.github.com>2014-12-18 09:06:24 +0000
committer James Wallace <james-wallace-ghub@users.noreply.github.com>2014-12-18 09:06:24 +0000
commit2cdbad42ed6b83010d463fd96122a78afe196079 (patch)
tree63ac85f2cf545bc6bfe8f8f5320643723fcf0ec8
parenta0519c47f5fd46ad361377067ca942fef648fe68 (diff)
Fix wrong device declaration in SC2 (nw)
-rw-r--r--src/mame/drivers/bfm_sc2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/bfm_sc2.c b/src/mame/drivers/bfm_sc2.c
index d9d4ca14985..94436f9f017 100644
--- a/src/mame/drivers/bfm_sc2.c
+++ b/src/mame/drivers/bfm_sc2.c
@@ -199,7 +199,7 @@ public:
optional_device<stepper_device> m_reel3;
optional_device<stepper_device> m_reel4;
optional_device<stepper_device> m_reel5;
- optional_device<upd7759_device> m_upd7759;
+ required_device<upd7759_device> m_upd7759;
optional_device<bfm_bd1_t> m_vfd0;
optional_device<bfm_bd1_t> m_vfd1;
optional_device<bfmdm01_device> m_dm01;