diff --git a/libsrc/atari/sound.s b/libsrc/atari/sound.s index 0fc1dad07..90fed6f70 100644 --- a/libsrc/atari/sound.s +++ b/libsrc/atari/sound.s @@ -8,7 +8,7 @@ .export _sound .import popa ; play sound, arguments: voice, pitch, distortion, volume. same as BASIC -.proc _sound +.proc _sound sta STORE2 ;save volume jsr popa ;get distortion sta STORE1 ;save distortion