summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jclub2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/jclub2.c')
-rw-r--r--src/mame/drivers/jclub2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/jclub2.c b/src/mame/drivers/jclub2.c
index 8f10201a6c2..dfc5dae7fd9 100644
--- a/src/mame/drivers/jclub2.c
+++ b/src/mame/drivers/jclub2.c
@@ -800,7 +800,7 @@ static MACHINE_CONFIG_START( jclub2o, darkhors_state )
MCFG_CPU_ADD("st0016",Z80,8000000)
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", darkhors_state, irq0_line_hold)
MCFG_EEPROM_ADD("eeprom", eeprom_interface_93C46_8bit)