summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hng64.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hng64.c')
-rw-r--r--src/mame/drivers/hng64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/hng64.c b/src/mame/drivers/hng64.c
index cd62d9abffe..d5a8fc1fcfb 100644
--- a/src/mame/drivers/hng64.c
+++ b/src/mame/drivers/hng64.c
@@ -1448,7 +1448,7 @@ static INTERRUPT_GEN( irq_start )
}
cpunum_set_input_line(0, 0, ASSERT_LINE);
- timer_set(ATTOTIME_IN_USEC(50), 0, irq_stop);
+ timer_set(ATTOTIME_IN_USEC(50), NULL, 0, irq_stop);
}