summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rohga.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/rohga.c')
-rw-r--r--src/mame/drivers/rohga.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/rohga.c b/src/mame/drivers/rohga.c
index e0ebffc34cd..bde11038e64 100644
--- a/src/mame/drivers/rohga.c
+++ b/src/mame/drivers/rohga.c
@@ -800,7 +800,7 @@ static MACHINE_CONFIG_START( rohga, rohga_state )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M68000, 14000000)
MCFG_CPU_PROGRAM_MAP(rohga_map)
- MCFG_CPU_VBLANK_INT("screen", irq6_line_assert)
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", rohga_state, irq6_line_assert)
MCFG_CPU_ADD("audiocpu", H6280,32220000/4/3) /* verified on pcb (8.050Mhz is XIN on pin 10 of H6280 */
MCFG_CPU_PROGRAM_MAP(rohga_sound_map)
@@ -850,7 +850,7 @@ static MACHINE_CONFIG_START( wizdfire, rohga_state )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M68000, 14000000)
MCFG_CPU_PROGRAM_MAP(wizdfire_map)
- MCFG_CPU_VBLANK_INT("screen", irq6_line_assert)
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", rohga_state, irq6_line_assert)
MCFG_CPU_ADD("audiocpu", H6280,32220000/4/3) /* verified on pcb (8.050Mhz is XIN on pin 10 of H6280 */
MCFG_CPU_PROGRAM_MAP(rohga_sound_map)
@@ -904,7 +904,7 @@ static MACHINE_CONFIG_START( nitrobal, rohga_state )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M68000, 14000000)
MCFG_CPU_PROGRAM_MAP(nitrobal_map)
- MCFG_CPU_VBLANK_INT("screen", irq6_line_assert)
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", rohga_state, irq6_line_assert)
MCFG_CPU_ADD("audiocpu", H6280,32220000/4/3) /* verified on pcb (8.050Mhz is XIN on pin 10 of H6280 */
MCFG_CPU_PROGRAM_MAP(rohga_sound_map)
@@ -958,7 +958,7 @@ static MACHINE_CONFIG_START( schmeisr, rohga_state )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M68000, 14000000)
MCFG_CPU_PROGRAM_MAP(schmeisr_map)
- MCFG_CPU_VBLANK_INT("screen", irq6_line_assert)
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", rohga_state, irq6_line_assert)
MCFG_CPU_ADD("audiocpu", H6280,32220000/4/3) /* verified on pcb (8.050Mhz is XIN on pin 10 of H6280 */
MCFG_CPU_PROGRAM_MAP(rohga_sound_map)