summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/dkong.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/dkong.c')
-rw-r--r--src/mame/video/dkong.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/dkong.c b/src/mame/video/dkong.c
index 7d2bd13e02f..7f223290808 100644
--- a/src/mame/video/dkong.c
+++ b/src/mame/video/dkong.c
@@ -820,7 +820,7 @@ VIDEO_START( radarscp )
bg_bits = auto_bitmap_alloc(machine->screen[0].width, machine->screen[0].height, machine->screen[0].format);
- scanline_timer = timer_alloc(scanline_callback);
+ scanline_timer = timer_alloc(scanline_callback, NULL);
timer_adjust(scanline_timer, video_screen_get_time_until_pos(0, 0, 0), 0, attotime_zero);
}
@@ -837,7 +837,7 @@ VIDEO_START( radarsc1 )
bg_bits = auto_bitmap_alloc(machine->screen[0].width, machine->screen[0].height, machine->screen[0].format);
- scanline_timer = timer_alloc(scanline_callback);
+ scanline_timer = timer_alloc(scanline_callback, NULL);
timer_adjust(scanline_timer, video_screen_get_time_until_pos(0, 0, 0), 0, attotime_zero);
}