summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/msisaac.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/msisaac.c')
-rw-r--r--src/mame/drivers/msisaac.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/msisaac.c b/src/mame/drivers/msisaac.c
index a0bd58410be..361a0324ab4 100644
--- a/src/mame/drivers/msisaac.c
+++ b/src/mame/drivers/msisaac.c
@@ -478,11 +478,11 @@ static MACHINE_CONFIG_START( msisaac, msisaac_state )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", Z80, 4000000)
MCFG_CPU_PROGRAM_MAP(msisaac_map)
- MCFG_CPU_VBLANK_INT("screen", irq0_line_hold)
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", msisaac_state, irq0_line_hold)
MCFG_CPU_ADD("audiocpu", Z80, 4000000)
MCFG_CPU_PROGRAM_MAP(msisaac_sound_map)
- MCFG_CPU_VBLANK_INT("screen", irq0_line_hold) /* source of IRQs is unknown */
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", msisaac_state, irq0_line_hold) /* source of IRQs is unknown */
#ifdef USE_MCU
MCFG_CPU_ADD("mcu", M68705,8000000/2) /* 4 MHz */