summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tasman.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tasman.c')
-rw-r--r--src/mame/drivers/tasman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tasman.c b/src/mame/drivers/tasman.c
index b5d7a791ae1..632e30f9028 100644
--- a/src/mame/drivers/tasman.c
+++ b/src/mame/drivers/tasman.c
@@ -598,7 +598,7 @@ static MACHINE_CONFIG_START( kongambl, kongambl_state )
MCFG_CPU_ADD("sndcpu", M68000, 16000000)
MCFG_CPU_PROGRAM_MAP(kongamaud_map)
- MCFG_CPU_PERIODIC_INT(irq2_line_hold, 480)
+ MCFG_CPU_PERIODIC_INT_DRIVER(kongambl_state, irq2_line_hold, 480)
MCFG_EEPROM_93C46_ADD("eeprom")