summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/bowltry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bowltry.cpp')
-rw-r--r--src/mame/drivers/bowltry.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/bowltry.cpp b/src/mame/drivers/bowltry.cpp
index 098efc405fc..9e25d5c2b5c 100644
--- a/src/mame/drivers/bowltry.cpp
+++ b/src/mame/drivers/bowltry.cpp
@@ -100,9 +100,9 @@ uint32_t bowltry_state::screen_update_bowltry(screen_device &screen, bitmap_rgb3
MACHINE_CONFIG_START(bowltry_state::bowltry)
- MCFG_CPU_ADD("maincpu", H83008, 16000000 )
- MCFG_CPU_PROGRAM_MAP( bowltry_map )
-// MCFG_CPU_VBLANK_INT_DRIVER("screen", bowltry_state, irq0_line_hold) // uses vector $64, IMIAB according to the manual (timer/compare B, internal to the CPU)
+ MCFG_DEVICE_ADD("maincpu", H83008, 16000000 )
+ MCFG_DEVICE_PROGRAM_MAP( bowltry_map )
+// MCFG_DEVICE_VBLANK_INT_DRIVER("screen", bowltry_state, irq0_line_hold) // uses vector $64, IMIAB according to the manual (timer/compare B, internal to the CPU)
MCFG_SCREEN_ADD("screen", RASTER)
MCFG_SCREEN_REFRESH_RATE(60)