summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gomoku.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gomoku.c')
-rw-r--r--src/mame/drivers/gomoku.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gomoku.c b/src/mame/drivers/gomoku.c
index 3e71131b95a..53de11e3a70 100644
--- a/src/mame/drivers/gomoku.c
+++ b/src/mame/drivers/gomoku.c
@@ -121,7 +121,7 @@ static MACHINE_CONFIG_START( gomoku, gomoku_state )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", Z80, XTAL_18_432MHz/12) /* 1.536 MHz ? */
MCFG_CPU_PROGRAM_MAP(gomoku_map)
- MCFG_CPU_VBLANK_INT("screen", irq0_line_hold)
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", gomoku_state, irq0_line_hold)
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)