summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/stadhero.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/stadhero.c')
-rw-r--r--src/mame/drivers/stadhero.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/stadhero.c b/src/mame/drivers/stadhero.c
index 3baa5082868..8796ea1ff30 100644
--- a/src/mame/drivers/stadhero.c
+++ b/src/mame/drivers/stadhero.c
@@ -229,7 +229,7 @@ static MACHINE_CONFIG_START( stadhero, stadhero_state )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M68000, XTAL_20MHz/2)
MCFG_CPU_PROGRAM_MAP(main_map)
- MCFG_CPU_VBLANK_INT("screen", irq5_line_hold)
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", stadhero_state, irq5_line_hold)
MCFG_CPU_ADD("audiocpu", M6502, XTAL_24MHz/16)
MCFG_CPU_PROGRAM_MAP(audio_map)