summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/go2000.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/go2000.c')
-rw-r--r--src/mame/drivers/go2000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/go2000.c b/src/mame/drivers/go2000.c
index 91524a70d04..2f84e2d2e8c 100644
--- a/src/mame/drivers/go2000.c
+++ b/src/mame/drivers/go2000.c
@@ -326,7 +326,7 @@ static MACHINE_CONFIG_START( go2000, go2000_state )
MCFG_CPU_ADD("maincpu", M68000, 10000000)
MCFG_CPU_PROGRAM_MAP(go2000_map)
- MCFG_CPU_VBLANK_INT("screen", irq1_line_hold)
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", go2000_state, irq1_line_hold)
MCFG_CPU_ADD("soundcpu", Z80, 4000000)
MCFG_CPU_PROGRAM_MAP(go2000_sound_map)