summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/midvunit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/midvunit.c')
-rw-r--r--src/mame/video/midvunit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/midvunit.c b/src/mame/video/midvunit.c
index 31577255a60..5d7094106b9 100644
--- a/src/mame/video/midvunit.c
+++ b/src/mame/video/midvunit.c
@@ -70,7 +70,7 @@ static void midvunit_exit(running_machine *machine)
VIDEO_START( midvunit )
{
- scanline_timer = timer_alloc(scanline_timer_cb);
+ scanline_timer = timer_alloc(scanline_timer_cb, NULL);
poly = poly_alloc(4000, sizeof(poly_extra_data), POLYFLAG_ALLOW_QUADS);
add_exit_callback(machine, midvunit_exit);
}