1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

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
.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