summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mpu4plasma.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mpu4plasma.cpp')
-rw-r--r--src/mame/drivers/mpu4plasma.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/mpu4plasma.cpp b/src/mame/drivers/mpu4plasma.cpp
index 746e6744d81..4bcf7d167ee 100644
--- a/src/mame/drivers/mpu4plasma.cpp
+++ b/src/mame/drivers/mpu4plasma.cpp
@@ -88,9 +88,9 @@ uint32_t mpu4plasma_state::screen_update_mpu4plasma(screen_device &screen, bitma
MACHINE_CONFIG_START(mpu4plasma_state::mpu4plasma)
mod2(config);
- MCFG_CPU_ADD("plasmacpu", M68000, 10000000)
- MCFG_CPU_PROGRAM_MAP(mpu4plasma_map)
- MCFG_CPU_VBLANK_INT_DRIVER("screen", mpu4plasma_state, irq4_line_hold)
+ MCFG_DEVICE_ADD("plasmacpu", M68000, 10000000)
+ MCFG_DEVICE_PROGRAM_MAP(mpu4plasma_map)
+ MCFG_DEVICE_VBLANK_INT_DRIVER("screen", mpu4plasma_state, irq4_line_hold)
MCFG_SCREEN_ADD("screen", RASTER)
MCFG_SCREEN_REFRESH_RATE(60)