summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/unico.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/unico.c')
-rw-r--r--src/mame/drivers/unico.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/unico.c b/src/mame/drivers/unico.c
index 524a95ab11d..976de93346e 100644
--- a/src/mame/drivers/unico.c
+++ b/src/mame/drivers/unico.c
@@ -593,7 +593,7 @@ static MACHINE_CONFIG_START( burglarx, unico_state )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M68000, 16000000)
MCFG_CPU_PROGRAM_MAP(burglarx_map)
- MCFG_CPU_VBLANK_INT("screen", irq2_line_hold)
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", unico_state, irq2_line_hold)
MCFG_MACHINE_RESET_OVERRIDE(unico_state,unico)
@@ -638,7 +638,7 @@ static MACHINE_CONFIG_START( zeropnt, unico_state )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M68000, 16000000)
MCFG_CPU_PROGRAM_MAP(zeropnt_map)
- MCFG_CPU_VBLANK_INT("screen", irq2_line_hold)
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", unico_state, irq2_line_hold)
MCFG_MACHINE_RESET_OVERRIDE(unico_state,zeropt)
@@ -678,7 +678,7 @@ static MACHINE_CONFIG_START( zeropnt2, unico_state )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M68EC020, 16000000)
MCFG_CPU_PROGRAM_MAP(zeropnt2_map)
- MCFG_CPU_VBLANK_INT("screen", irq2_line_hold)
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", unico_state, irq2_line_hold)
MCFG_MACHINE_RESET_OVERRIDE(unico_state,zeropt)