summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gpworld.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gpworld.c')
-rw-r--r--src/mame/drivers/gpworld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gpworld.c b/src/mame/drivers/gpworld.c
index 0905e8e736e..1165ed7bc64 100644
--- a/src/mame/drivers/gpworld.c
+++ b/src/mame/drivers/gpworld.c
@@ -408,7 +408,7 @@ static INTERRUPT_GEN( vblank_callback_gpworld )
/* The time the IRQ line stays high is set just long enough to happen after the NMI - hacky? */
cpunum_set_input_line(0, 0, ASSERT_LINE);
- timer_set(ATTOTIME_IN_USEC(100), 0, irq_stop);
+ timer_set(ATTOTIME_IN_USEC(100), NULL, 0, irq_stop);
laserdisc_vsync(discinfo);
}