summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gp2x.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gp2x.cpp')
-rw-r--r--src/mame/drivers/gp2x.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/gp2x.cpp b/src/mame/drivers/gp2x.cpp
index 2e05e30d2b8..2596d26d06e 100644
--- a/src/mame/drivers/gp2x.cpp
+++ b/src/mame/drivers/gp2x.cpp
@@ -360,8 +360,8 @@ static INPUT_PORTS_START( gp2x )
INPUT_PORTS_END
MACHINE_CONFIG_START(gp2x_state::gp2x)
- MCFG_CPU_ADD("maincpu", ARM9, 80000000)
- MCFG_CPU_PROGRAM_MAP(gp2x_map)
+ MCFG_DEVICE_ADD("maincpu", ARM9, 80000000)
+ MCFG_DEVICE_PROGRAM_MAP(gp2x_map)
MCFG_PALETTE_ADD("palette", 32768)