summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lsasquad.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/lsasquad.c')
-rw-r--r--src/mame/drivers/lsasquad.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/lsasquad.c b/src/mame/drivers/lsasquad.c
index 2151bfd40a9..e67594bd1cd 100644
--- a/src/mame/drivers/lsasquad.c
+++ b/src/mame/drivers/lsasquad.c
@@ -619,7 +619,7 @@ static MACHINE_CONFIG_START( lsasquad, lsasquad_state )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", Z80, MASTER_CLOCK / 4)
MCFG_CPU_PROGRAM_MAP(lsasquad_map)
- MCFG_CPU_VBLANK_INT("screen", irq0_line_hold)
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", lsasquad_state, irq0_line_hold)
MCFG_CPU_ADD("audiocpu", Z80, MASTER_CLOCK / 8)
MCFG_CPU_PROGRAM_MAP(lsasquad_sound_map)
@@ -674,7 +674,7 @@ static MACHINE_CONFIG_START( daikaiju, lsasquad_state )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", Z80, MASTER_CLOCK / 4)
MCFG_CPU_PROGRAM_MAP(daikaiju_map)
- MCFG_CPU_VBLANK_INT("screen", irq0_line_hold)
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", lsasquad_state, irq0_line_hold)
MCFG_CPU_ADD("audiocpu", Z80, MASTER_CLOCK / 8)
MCFG_CPU_PROGRAM_MAP(daikaiju_sound_map)