summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gatron.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gatron.c')
-rw-r--r--src/mame/drivers/gatron.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gatron.c b/src/mame/drivers/gatron.c
index 721da7c69b7..49444be96c1 100644
--- a/src/mame/drivers/gatron.c
+++ b/src/mame/drivers/gatron.c
@@ -448,7 +448,7 @@ static MACHINE_CONFIG_START( gat, gatron_state )
MCFG_CPU_ADD("maincpu", Z80, MASTER_CLOCK/24) /* 666.66 kHz, guess */
MCFG_CPU_PROGRAM_MAP(gat_map)
MCFG_CPU_IO_MAP(gat_portmap)
- MCFG_CPU_VBLANK_INT("screen", nmi_line_pulse)
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", gatron_state, nmi_line_pulse)
MCFG_NVRAM_ADD_0FILL("nvram")