summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/seattlecmp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/seattlecmp.cpp')
-rw-r--r--src/mame/drivers/seattlecmp.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/seattlecmp.cpp b/src/mame/drivers/seattlecmp.cpp
index 50aeae721f4..4cd8cc944fa 100644
--- a/src/mame/drivers/seattlecmp.cpp
+++ b/src/mame/drivers/seattlecmp.cpp
@@ -47,12 +47,14 @@ public:
, m_pic(*this, "pic%u", 1)
{ }
+ void seattle(machine_config &config);
+
+private:
DECLARE_READ8_MEMBER(pic_slave_ack);
- void seattle(machine_config &config);
void io_map(address_map &map);
void mem_map(address_map &map);
-private:
+
required_device<cpu_device> m_maincpu;
required_device_array<pic8259_device, 2> m_pic;
};