summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cchance.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cchance.c')
-rw-r--r--src/mame/drivers/cchance.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cchance.c b/src/mame/drivers/cchance.c
index 76fecf8774e..dce58768901 100644
--- a/src/mame/drivers/cchance.c
+++ b/src/mame/drivers/cchance.c
@@ -221,7 +221,7 @@ static MACHINE_CONFIG_START( cchance, cchance_state )
MCFG_CPU_ADD("maincpu", Z80,4000000) /* ? MHz */
MCFG_CPU_PROGRAM_MAP(main_map)
- MCFG_CPU_VBLANK_INT("screen", irq0_line_hold)
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", cchance_state, irq0_line_hold)
MCFG_MACHINE_START_OVERRIDE(cchance_state,cchance)
MCFG_MACHINE_RESET_OVERRIDE(cchance_state,cchance)