summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/leapster.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/leapster.cpp')
-rw-r--r--src/mame/drivers/leapster.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/leapster.cpp b/src/mame/drivers/leapster.cpp
index 1f143791dd8..322e0630983 100644
--- a/src/mame/drivers/leapster.cpp
+++ b/src/mame/drivers/leapster.cpp
@@ -309,9 +309,9 @@ void leapster_state::leapster_aux(address_map &map)
MACHINE_CONFIG_START(leapster_state::leapster)
/* basic machine hardware */
// CPU is ArcTangent-A5 '5.1' (ARCompact core)
- MCFG_CPU_ADD("maincpu", ARCA5, 96000000/10)
- MCFG_CPU_PROGRAM_MAP(leapster_map)
- MCFG_CPU_IO_MAP(leapster_aux)
+ MCFG_DEVICE_ADD("maincpu", ARCA5, 96000000/10)
+ MCFG_DEVICE_PROGRAM_MAP(leapster_map)
+ MCFG_DEVICE_IO_MAP(leapster_aux)
/* video hardware */
MCFG_SCREEN_ADD("screen", LCD)