summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/speglsht.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/speglsht.c')
-rw-r--r--src/mame/drivers/speglsht.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/speglsht.c b/src/mame/drivers/speglsht.c
index fcf5fb08c89..39b9c5d3791 100644
--- a/src/mame/drivers/speglsht.c
+++ b/src/mame/drivers/speglsht.c
@@ -391,12 +391,12 @@ static MACHINE_CONFIG_START( speglsht, speglsht_state )
MCFG_CPU_PROGRAM_MAP(st0016_mem)
MCFG_CPU_IO_MAP(st0016_io)
- MCFG_CPU_VBLANK_INT("screen", irq0_line_hold)
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", speglsht_state, irq0_line_hold)
MCFG_CPU_ADD("sub", R3000LE, 25000000)
MCFG_CPU_CONFIG(r3000_config)
MCFG_CPU_PROGRAM_MAP(speglsht_mem)
- MCFG_CPU_VBLANK_INT("screen", irq4_line_assert)
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", speglsht_state, irq4_line_assert)
MCFG_QUANTUM_TIME(attotime::from_hz(6000))
MCFG_MACHINE_RESET_OVERRIDE(speglsht_state,speglsht)