summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/iqunlim.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/iqunlim.cpp')
-rw-r--r--src/mame/drivers/iqunlim.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/iqunlim.cpp b/src/mame/drivers/iqunlim.cpp
index 094181d0d44..6d784233e91 100644
--- a/src/mame/drivers/iqunlim.cpp
+++ b/src/mame/drivers/iqunlim.cpp
@@ -64,10 +64,12 @@ public:
m_maincpu(*this, "maincpu")
{ }
+ void iqunlim(machine_config &config);
+
+private:
required_device<cpu_device> m_maincpu;
virtual uint32_t screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
- void iqunlim(machine_config &config);
void iqunlim_mem(address_map &map);
};