summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/inderp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/inderp.cpp')
-rw-r--r--src/mame/drivers/inderp.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/inderp.cpp b/src/mame/drivers/inderp.cpp
index cb07d6a4cc7..a126b691ee4 100644
--- a/src/mame/drivers/inderp.cpp
+++ b/src/mame/drivers/inderp.cpp
@@ -32,13 +32,15 @@ public:
, m_inputs(*this, "SW.%u", 0)
{ }
+ void inderp(machine_config &config);
+
+private:
DECLARE_WRITE_LINE_MEMBER(clock_tick);
DECLARE_WRITE8_MEMBER(inputs_w);
DECLARE_READ8_MEMBER(inputs_r);
- void inderp(machine_config &config);
void maincpu_map(address_map &map);
-private:
+
required_device<cpu_device> m_maincpu;
required_ioport_array<10> m_inputs;
u8 m_inbank;