summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/chance32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/chance32.c')
-rw-r--r--src/mame/drivers/chance32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/chance32.c b/src/mame/drivers/chance32.c
index 3d3ff5f86ff..0a2f6127adc 100644
--- a/src/mame/drivers/chance32.c
+++ b/src/mame/drivers/chance32.c
@@ -471,7 +471,7 @@ static MACHINE_CONFIG_START( chance32, chance32_state )
MCFG_CPU_ADD("maincpu", Z80,12000000/2)
MCFG_CPU_PROGRAM_MAP(chance32_map)
MCFG_CPU_IO_MAP(chance32_portmap)
- MCFG_CPU_VBLANK_INT("screen", irq0_line_hold)
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", chance32_state, irq0_line_hold)
/* video hardware */