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.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/gaelcopc.cpp b/src/mame/drivers/gaelcopc.cpp
index 90e5459f576..316410f22ee 100644
--- a/src/mame/drivers/gaelcopc.cpp
+++ b/src/mame/drivers/gaelcopc.cpp
@@ -39,6 +39,7 @@ public:
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ void gaelcopc(machine_config &config);
protected:
// devices
@@ -66,7 +67,7 @@ static INPUT_PORTS_START( gaelcopc )
INPUT_PORTS_END
-static MACHINE_CONFIG_START( gaelcopc )
+MACHINE_CONFIG_START(gaelcopc_state::gaelcopc)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", PENTIUM, 2000000000) /* Pentium4? */
MCFG_CPU_PROGRAM_MAP(gaelcopc_map)