summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/itech8.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/itech8.c')
-rw-r--r--src/mame/video/itech8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/itech8.c b/src/mame/video/itech8.c
index 9f90fb8ad33..e202867e59c 100644
--- a/src/mame/video/itech8.c
+++ b/src/mame/video/itech8.c
@@ -517,7 +517,7 @@ WRITE8_HANDLER( itech8_blitter_w )
blit_in_progress = 1;
/* set a timer to go off when we're done */
- timer_set(attotime_mul(ATTOTIME_IN_HZ(12000000/4), BLITTER_WIDTH * BLITTER_HEIGHT + 12), 0, blitter_done);
+ timer_set(attotime_mul(ATTOTIME_IN_HZ(12000000/4), BLITTER_WIDTH * BLITTER_HEIGHT + 12), NULL, 0, blitter_done);
}
/* debugging */