summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/lethalj.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/lethalj.c')
-rw-r--r--src/mame/video/lethalj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/lethalj.c b/src/mame/video/lethalj.c
index 12f6b3a3adc..8843cacb068 100644
--- a/src/mame/video/lethalj.c
+++ b/src/mame/video/lethalj.c
@@ -161,7 +161,7 @@ WRITE16_HANDLER( lethalj_blitter_w )
if (offset == 7)
{
do_blit();
- timer_set(ATTOTIME_IN_USEC(10), 0, gen_ext1_int);
+ timer_set(ATTOTIME_IN_USEC(10), NULL, 0, gen_ext1_int);
}
/* clear the IRQ on offset 0 */