1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

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

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