summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jangou.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/jangou.c')
-rw-r--r--src/mame/drivers/jangou.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/jangou.c b/src/mame/drivers/jangou.c
index 1ccf1f914c1..140472b23f0 100644
--- a/src/mame/drivers/jangou.c
+++ b/src/mame/drivers/jangou.c
@@ -991,7 +991,7 @@ static MACHINE_CONFIG_START( jangou, jangou_state )
MCFG_CPU_ADD("cpu0", Z80, MASTER_CLOCK / 8)
MCFG_CPU_PROGRAM_MAP(cpu0_map)
MCFG_CPU_IO_MAP(cpu0_io)
- MCFG_CPU_VBLANK_INT("screen", irq0_line_hold)
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", jangou_state, irq0_line_hold)
MCFG_CPU_ADD("cpu1", Z80, MASTER_CLOCK / 8)
MCFG_CPU_PROGRAM_MAP(cpu1_map)