summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/namcofl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/namcofl.h')
-rw-r--r--src/mame/includes/namcofl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/namcofl.h b/src/mame/includes/namcofl.h
index e59e77e0728..b59fb6f7620 100644
--- a/src/mame/includes/namcofl.h
+++ b/src/mame/includes/namcofl.h
@@ -24,6 +24,7 @@ class namcofl_state : public namcos2_shared_state
public:
namcofl_state(const machine_config &mconfig, device_type type, const char *tag) :
namcos2_shared_state(mconfig, type, tag),
+ m_mcu(*this, "mcu"),
m_in0(*this, "IN0"),
m_in1(*this, "IN1"),
m_in2(*this, "IN2"),
@@ -39,6 +40,7 @@ public:
void init_finalapr();
private:
+ required_device<cpu_device> m_mcu;
required_ioport m_in0;
required_ioport m_in1;
required_ioport m_in2;