summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gaelcopc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gaelcopc.cpp')
-rw-r--r--src/mame/drivers/gaelcopc.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/drivers/gaelcopc.cpp b/src/mame/drivers/gaelcopc.cpp
index ee16b48b4c0..600feb982a9 100644
--- a/src/mame/drivers/gaelcopc.cpp
+++ b/src/mame/drivers/gaelcopc.cpp
@@ -38,11 +38,12 @@ public:
m_maincpu(*this, "maincpu")
{ }
+ void gaelcopc(machine_config &config);
+
+private:
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- void gaelcopc(machine_config &config);
void gaelcopc_map(address_map &map);
-protected:
// devices
required_device<cpu_device> m_maincpu;