summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gstream.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gstream.c')
-rw-r--r--src/mame/drivers/gstream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gstream.c b/src/mame/drivers/gstream.c
index 8000adf7aa4..2b65f3ecbd5 100644
--- a/src/mame/drivers/gstream.c
+++ b/src/mame/drivers/gstream.c
@@ -565,7 +565,7 @@ static MACHINE_CONFIG_START( gstream, gstream_state )
MCFG_CPU_ADD("maincpu", E132XT, 16000000*4) /* 4x internal multiplier */
MCFG_CPU_PROGRAM_MAP(gstream_32bit_map)
MCFG_CPU_IO_MAP(gstream_io)
- MCFG_CPU_VBLANK_INT("screen", irq0_line_hold)
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", gstream_state, irq0_line_hold)
MCFG_NVRAM_ADD_1FILL("nvram")