1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-19 09:28:25 +00:00

missing space

This commit is contained in:
Mariano Dominguez
2023-01-05 21:30:31 -08:00
parent 4e8b18c035
commit 85f657b35e
+1 -1
View File
@@ -16,7 +16,7 @@
pha ;save in stack
jsr popa ;get voice
asl a ;adjust voice *2 for offset in x
tax
tax
pla ;get pitch from stack
sta AUDF1,x ;store pitch
lda #0