summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/gamecube.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gamecube.cpp')
-rw-r--r--src/mame/drivers/gamecube.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/gamecube.cpp b/src/mame/drivers/gamecube.cpp
index a58dc64a414..356b1daeb18 100644
--- a/src/mame/drivers/gamecube.cpp
+++ b/src/mame/drivers/gamecube.cpp
@@ -143,8 +143,8 @@ void gamecube_state::machine_reset()
//**************************************************************************
MACHINE_CONFIG_START(gamecube_state::gc)
- MCFG_CPU_ADD("maincpu", PPC603, 485000000 / 100) // 485 MHz IBM "Gekko" (750CXe/750FX based)
- MCFG_CPU_PROGRAM_MAP(ppc_mem)
+ MCFG_DEVICE_ADD("maincpu", PPC603, 485000000 / 100) // 485 MHz IBM "Gekko" (750CXe/750FX based)
+ MCFG_DEVICE_PROGRAM_MAP(ppc_mem)
MACHINE_CONFIG_END