summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/dday.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/dday.c')
-rw-r--r--src/mame/video/dday.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/dday.c b/src/mame/video/dday.c
index 0d6c74b6e9f..1fb2b79eef4 100644
--- a/src/mame/video/dday.c
+++ b/src/mame/video/dday.c
@@ -48,7 +48,7 @@ static void start_countdown_timer(void)
{
timer_value = 0;
- timer_pulse(ATTOTIME_IN_SEC(1), 0, countdown_timer_callback);
+ timer_pulse(ATTOTIME_IN_SEC(1), NULL, 0, countdown_timer_callback);
}