summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/rpunch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/rpunch.c')
-rw-r--r--src/mame/video/rpunch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/rpunch.c b/src/mame/video/rpunch.c
index 5202994618d..1d754b6628d 100644
--- a/src/mame/video/rpunch.c
+++ b/src/mame/video/rpunch.c
@@ -95,7 +95,7 @@ VIDEO_START( rpunch )
memset(rpunch_bitmapram, 0xff, rpunch_bitmapram_size);
/* reset the timer */
- crtc_timer = timer_alloc(crtc_interrupt_gen);
+ crtc_timer = timer_alloc(crtc_interrupt_gen, NULL);
}