summaryrefslogtreecommitdiffstats
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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/gaelcopc.cpp b/src/mame/drivers/gaelcopc.cpp
index fbb0fafd17b..f1b26b20259 100644
--- a/src/mame/drivers/gaelcopc.cpp
+++ b/src/mame/drivers/gaelcopc.cpp
@@ -71,8 +71,8 @@ INPUT_PORTS_END
MACHINE_CONFIG_START(gaelcopc_state::gaelcopc)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", PENTIUM, 2000000000) /* Pentium4? */
- MCFG_CPU_PROGRAM_MAP(gaelcopc_map)
+ MCFG_DEVICE_ADD("maincpu", PENTIUM, 2000000000) /* Pentium4? */
+ MCFG_DEVICE_PROGRAM_MAP(gaelcopc_map)
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)