summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/goindol.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/goindol.c')
-rw-r--r--src/mame/drivers/goindol.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/goindol.c b/src/mame/drivers/goindol.c
index 5adb6525ff3..e1526623587 100644
--- a/src/mame/drivers/goindol.c
+++ b/src/mame/drivers/goindol.c
@@ -239,11 +239,11 @@ static MACHINE_CONFIG_START( goindol, goindol_state )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", Z80, XTAL_12MHz/2) /* XTAL confirmed, divisor is not */
MCFG_CPU_PROGRAM_MAP(goindol_map)
- MCFG_CPU_VBLANK_INT("screen", irq0_line_hold)
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", goindol_state, irq0_line_hold)
MCFG_CPU_ADD("audiocpu", Z80, XTAL_12MHz/2) /* XTAL confirmed, divisor is not */
MCFG_CPU_PROGRAM_MAP(sound_map)
- MCFG_CPU_PERIODIC_INT(irq0_line_hold,4*60)
+ MCFG_CPU_PERIODIC_INT_DRIVER(goindol_state, irq0_line_hold, 4*60)
/* video hardware */