missing space

This commit is contained in:
Mariano Dominguez
2023-01-05 21:30:31 -08:00
parent 4e8b18c035
commit 85f657b35e

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