summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/trvquest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/trvquest.c')
-rw-r--r--src/mame/drivers/trvquest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/trvquest.c b/src/mame/drivers/trvquest.c
index d525dc42f93..fe081f869ca 100644
--- a/src/mame/drivers/trvquest.c
+++ b/src/mame/drivers/trvquest.c
@@ -220,7 +220,7 @@ static void via_irq(int state)
/* Kaos sits in a tight loop polling the VIA irq flags register, but that register is
cleared by the irq handler. Therefore, I wait a bit before triggering the irq to
leave time for the program to see the flag change. */
- timer_set(ATTOTIME_IN_USEC(50), state, via_irq_delayed);
+ timer_set(ATTOTIME_IN_USEC(50), NULL, state, via_irq_delayed);
}