mirror of
https://github.com/cc65/cc65.git
synced 2024-12-30 20:29:25 +00:00
remove lasy pesky space
This commit is contained in:
parent
2a961a870b
commit
196962adac
@ -11,7 +11,7 @@
|
|||||||
.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
|
||||||
jsr popa ;get pitch
|
jsr popa ;get pitch
|
||||||
pha ;save in stack
|
pha ;save in stack
|
||||||
jsr popa ;get voice
|
jsr popa ;get voice
|
||||||
|
Loading…
Reference in New Issue
Block a user