summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/mpu2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mpu2.cpp')
-rw-r--r--src/mame/drivers/mpu2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/mpu2.cpp b/src/mame/drivers/mpu2.cpp
index b5042c0ec39..607ba2118d5 100644
--- a/src/mame/drivers/mpu2.cpp
+++ b/src/mame/drivers/mpu2.cpp
@@ -76,8 +76,8 @@ INPUT_PORTS_END
MACHINE_CONFIG_START(mpu2_state::mpu2)
- MCFG_CPU_ADD("maincpu", M6800, 2000000) // ?
- MCFG_CPU_PROGRAM_MAP(mpu2_basemap)
+ MCFG_DEVICE_ADD("maincpu", M6800, 2000000) // ?
+ MCFG_DEVICE_PROGRAM_MAP(mpu2_basemap)
MACHINE_CONFIG_END
// technically not a 'bios' because they're all on the same board.