summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bestleag.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bestleag.cpp')
-rw-r--r--src/mame/drivers/bestleag.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/bestleag.cpp b/src/mame/drivers/bestleag.cpp
index 4fe0780db7d..9596869674b 100644
--- a/src/mame/drivers/bestleag.cpp
+++ b/src/mame/drivers/bestleag.cpp
@@ -380,9 +380,9 @@ static GFXDECODE_START( bestleag )
GFXDECODE_END
MACHINE_CONFIG_START(bestleag_state::bestleag)
- MCFG_CPU_ADD("maincpu", M68000, 12000000)
- MCFG_CPU_PROGRAM_MAP(bestleag_map)
- MCFG_CPU_VBLANK_INT_DRIVER("screen", bestleag_state, irq6_line_hold)
+ MCFG_DEVICE_ADD("maincpu", M68000, 12000000)
+ MCFG_DEVICE_PROGRAM_MAP(bestleag_map)
+ MCFG_DEVICE_VBLANK_INT_DRIVER("screen", bestleag_state, irq6_line_hold)
MCFG_SCREEN_ADD("screen", RASTER)
MCFG_SCREEN_REFRESH_RATE(60)