summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/turbo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/turbo.c')
-rw-r--r--src/mame/audio/turbo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/turbo.c b/src/mame/audio/turbo.c
index 28c1d7bff48..6faa460271d 100644
--- a/src/mame/audio/turbo.c
+++ b/src/mame/audio/turbo.c
@@ -107,7 +107,7 @@ WRITE8_HANDLER( turbo_sound_a_w )
#else
if (((data ^ last_sound_a) & 0x1e) && (last_sound_a & 0x1e) != 0x1e)
- timer_set(ATTOTIME_IN_HZ(20000), data, update_sound_a);
+ timer_set(ATTOTIME_IN_HZ(20000), NULL, data, update_sound_a);
else
update_sound_a(data);