summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/playmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/playmark.c')
-rw-r--r--src/mame/drivers/playmark.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mame/drivers/playmark.c b/src/mame/drivers/playmark.c
index 491cb159a99..8b1b2b47aa3 100644
--- a/src/mame/drivers/playmark.c
+++ b/src/mame/drivers/playmark.c
@@ -1069,7 +1069,7 @@ static MACHINE_CONFIG_START( bigtwin, playmark_state )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M68000, 12000000) /* 12 MHz */
MCFG_CPU_PROGRAM_MAP(bigtwin_main_map)
- MCFG_CPU_VBLANK_INT("screen", irq2_line_hold)
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", playmark_state, irq2_line_hold)
MCFG_CPU_ADD("audiocpu", PIC16C57, 12000000) /* 3MHz */
/* Program and Data Maps are internal to the MCU */
@@ -1103,7 +1103,7 @@ static MACHINE_CONFIG_START( bigtwinb, playmark_state )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M68000, 12000000) /* 12 MHz */
MCFG_CPU_PROGRAM_MAP(bigtwinb_main_map)
- MCFG_CPU_VBLANK_INT("screen", irq2_line_hold)
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", playmark_state, irq2_line_hold)
MCFG_CPU_ADD("audiocpu", PIC16C57, 12000000) /* 3MHz */
/* Program and Data Maps are internal to the MCU */
@@ -1137,7 +1137,7 @@ static MACHINE_CONFIG_START( wbeachvl, playmark_state )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M68000, 12000000) /* 12 MHz */
MCFG_CPU_PROGRAM_MAP(wbeachvl_main_map)
- MCFG_CPU_VBLANK_INT("screen", irq2_line_hold)
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", playmark_state, irq2_line_hold)
// MCFG_CPU_ADD("audiocpu", PIC16C57, 12000000) /* 3MHz */
/* Program and Data Maps are internal to the MCU */
@@ -1174,7 +1174,7 @@ static MACHINE_CONFIG_START( excelsr, playmark_state )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M68000, 12000000) /* 12 MHz */
MCFG_CPU_PROGRAM_MAP(excelsr_main_map)
- MCFG_CPU_VBLANK_INT("screen", irq2_line_hold)
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", playmark_state, irq2_line_hold)
MCFG_CPU_ADD("audiocpu", PIC16C57, 12000000) /* 3MHz */
/* Program and Data Maps are internal to the MCU */
@@ -1208,7 +1208,7 @@ static MACHINE_CONFIG_START( hotmind, playmark_state )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M68000, XTAL_24MHz/2) /* verified on pcb */
MCFG_CPU_PROGRAM_MAP(hotmind_main_map)
- MCFG_CPU_VBLANK_INT("screen", irq2_line_hold)
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", playmark_state, irq2_line_hold)
MCFG_CPU_ADD("audiocpu", PIC16C57, XTAL_24MHz/2) /* verified on pcb */
/* Program and Data Maps are internal to the MCU */
@@ -1245,7 +1245,7 @@ static MACHINE_CONFIG_START( hrdtimes, playmark_state )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M68000, XTAL_24MHz/2) /* verified on pcb */
MCFG_CPU_PROGRAM_MAP(hrdtimes_main_map)
- MCFG_CPU_VBLANK_INT("screen", irq6_line_hold)
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", playmark_state, irq6_line_hold)
// MCFG_CPU_ADD("audiocpu", PIC16C57, XTAL_24MHz/2) /* verified on pcb */
/* Program and Data Maps are internal to the MCU */