libsrc/atari/sound.s: fix indentation

This commit is contained in:
Christian Groessler 2023-01-16 18:01:11 +01:00
parent c2e8f75bec
commit 67564d83c8
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
asl a
asl a
clc ;setup for adding volume
adc tmp2 ;add volume
adc tmp2 ;add volume
sta AUDC1,x ;volume + distortion in control channel
rts
.endproc