mirror of
https://github.com/cc65/cc65.git
synced 2024-12-30 20:29:25 +00:00
libsrc/atari/sound.s: fix indentation
This commit is contained in:
parent
c2e8f75bec
commit
67564d83c8
@ -31,7 +31,7 @@
|
|||||||
asl a
|
asl a
|
||||||
asl a
|
asl a
|
||||||
clc ;setup for adding volume
|
clc ;setup for adding volume
|
||||||
adc tmp2 ;add volume
|
adc tmp2 ;add volume
|
||||||
sta AUDC1,x ;volume + distortion in control channel
|
sta AUDC1,x ;volume + distortion in control channel
|
||||||
rts
|
rts
|
||||||
.endproc
|
.endproc
|
||||||
|
Loading…
Reference in New Issue
Block a user