mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
only missing space
This commit is contained in:
parent
85f657b35e
commit
658c1ad711
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user