summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/m57.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/m57.cpp')
-rw-r--r--src/mame/drivers/m57.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/m57.cpp b/src/mame/drivers/m57.cpp
index 6f7ba22674b..8220e5505b2 100644
--- a/src/mame/drivers/m57.cpp
+++ b/src/mame/drivers/m57.cpp
@@ -232,9 +232,9 @@ GFXDECODE_END
MACHINE_CONFIG_START(m57_state::m57)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", Z80, XTAL(18'432'000)/6) /* verified on pcb */
- MCFG_CPU_PROGRAM_MAP(main_map)
- MCFG_CPU_VBLANK_INT_DRIVER("screen", m57_state, irq0_line_hold)
+ MCFG_DEVICE_ADD("maincpu", Z80, XTAL(18'432'000)/6) /* verified on pcb */
+ MCFG_DEVICE_PROGRAM_MAP(main_map)
+ MCFG_DEVICE_VBLANK_INT_DRIVER("screen", m57_state, irq0_line_hold)
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)