summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/diverboy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/diverboy.c')
-rw-r--r--src/mame/drivers/diverboy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/diverboy.c b/src/mame/drivers/diverboy.c
index 372380f5e1f..771f7c5d129 100644
--- a/src/mame/drivers/diverboy.c
+++ b/src/mame/drivers/diverboy.c
@@ -257,7 +257,7 @@ static MACHINE_CONFIG_START( diverboy, diverboy_state )
MCFG_CPU_ADD("maincpu", M68000, 12000000) /* guess */
MCFG_CPU_PROGRAM_MAP(diverboy_map)
- MCFG_CPU_VBLANK_INT("screen", irq6_line_hold)
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", diverboy_state, irq6_line_hold)
MCFG_CPU_ADD("audiocpu", Z80, 4000000)
MCFG_CPU_PROGRAM_MAP(snd_map)