summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/hyhoo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/hyhoo.c')
-rw-r--r--src/mame/video/hyhoo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/hyhoo.c b/src/mame/video/hyhoo.c
index 3f569c2e1d6..a7a987f96b9 100644
--- a/src/mame/video/hyhoo.c
+++ b/src/mame/video/hyhoo.c
@@ -226,7 +226,7 @@ void hyhoo_gfxdraw(void)
}
nb1413m3_busyflag = 0;
- timer_set(attotime_mul(ATTOTIME_IN_HZ(400000), nb1413m3_busyctr), 0, blitter_timer_callback);
+ timer_set(attotime_mul(ATTOTIME_IN_HZ(400000), nb1413m3_busyctr), NULL, 0, blitter_timer_callback);
}