summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tecmosys.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tecmosys.c')
-rw-r--r--src/mame/drivers/tecmosys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tecmosys.c b/src/mame/drivers/tecmosys.c
index 171c5fa73c6..5f411e8504c 100644
--- a/src/mame/drivers/tecmosys.c
+++ b/src/mame/drivers/tecmosys.c
@@ -455,7 +455,7 @@ void tecmosys_state::machine_start()
static MACHINE_CONFIG_START( deroon, tecmosys_state )
MCFG_CPU_ADD("maincpu", M68000, XTAL_16MHz)
MCFG_CPU_PROGRAM_MAP(main_map)
- MCFG_CPU_VBLANK_INT("screen", irq1_line_hold)
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", tecmosys_state, irq1_line_hold)
MCFG_WATCHDOG_VBLANK_INIT(400) // guess
MCFG_CPU_ADD("audiocpu", Z80, XTAL_16MHz/2 )