summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/fromance.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/fromance.c')
-rw-r--r--src/mame/video/fromance.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/fromance.c b/src/mame/video/fromance.c
index 06ae9541f5c..e1c71d18e40 100644
--- a/src/mame/video/fromance.c
+++ b/src/mame/video/fromance.c
@@ -90,7 +90,7 @@ VIDEO_START( fromance )
tilemap_set_transparent_pen(fg_tilemap,15);
/* reset the timer */
- crtc_timer = timer_alloc(crtc_interrupt_gen);
+ crtc_timer = timer_alloc(crtc_interrupt_gen, NULL);
scrollx_ofs = 0x159;
scrolly_ofs = 0x10;
@@ -129,7 +129,7 @@ VIDEO_START( nekkyoku )
tilemap_set_transparent_pen(fg_tilemap,15);
/* reset the timer */
- crtc_timer = timer_alloc(crtc_interrupt_gen);
+ crtc_timer = timer_alloc(crtc_interrupt_gen, NULL);
scrollx_ofs = 0x159;
scrolly_ofs = 0x10;