only missing space

This commit is contained in:
Mariano Dominguez
2023-01-05 21:33:40 -08:00
parent 85f657b35e
commit 658c1ad711

View File

@@ -8,7 +8,7 @@
.export _sound .export _sound
.import popa .import popa
; play sound, arguments: voice, pitch, distortion, volume. same as BASIC ; play sound, arguments: voice, pitch, distortion, volume. same as BASIC
.proc _sound .proc _sound
sta STORE2 ;save volume sta STORE2 ;save volume
jsr popa ;get distortion jsr popa ;get distortion
sta STORE1 ;save distortion sta STORE1 ;save distortion