summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/exctsccr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/exctsccr.c')
-rw-r--r--src/mame/video/exctsccr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/exctsccr.c b/src/mame/video/exctsccr.c
index 8a7447121a1..7b54d709b01 100644
--- a/src/mame/video/exctsccr.c
+++ b/src/mame/video/exctsccr.c
@@ -143,7 +143,7 @@ VIDEO_START( exctsccr )
bg_tilemap = tilemap_create(get_bg_tile_info, tilemap_scan_rows,
TILEMAP_TYPE_PEN, 8, 8, 32, 32);
- timer_pulse(ATTOTIME_IN_HZ(75), 0, exctsccr_fm_callback); /* updates fm */
+ timer_pulse(ATTOTIME_IN_HZ(75), NULL, 0, exctsccr_fm_callback); /* updates fm */
}
static void draw_sprites(running_machine *machine, mame_bitmap *bitmap, const rectangle *cliprect)