summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gumbo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gumbo.c')
-rw-r--r--src/mame/drivers/gumbo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gumbo.c b/src/mame/drivers/gumbo.c
index 8029f277444..f069dadde8e 100644
--- a/src/mame/drivers/gumbo.c
+++ b/src/mame/drivers/gumbo.c
@@ -231,7 +231,7 @@ static MACHINE_CONFIG_START( gumbo, gumbo_state )
MCFG_CPU_ADD("maincpu", M68000, 14318180 /2) // or 10mhz? ?
MCFG_CPU_PROGRAM_MAP(gumbo_map)
- MCFG_CPU_VBLANK_INT("screen", irq1_line_hold) // all the same
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", gumbo_state, irq1_line_hold) // all the same
MCFG_GFXDECODE(gumbo)