From 67564d83c8a549be4ad963037dd2e1038c023ce6 Mon Sep 17 00:00:00 2001 From: Christian Groessler Date: Mon, 16 Jan 2023 18:01:11 +0100 Subject: [PATCH] libsrc/atari/sound.s: fix indentation --- libsrc/atari/sound.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/atari/sound.s b/libsrc/atari/sound.s index 0c1e80db5..0d2362318 100644 --- a/libsrc/atari/sound.s +++ b/libsrc/atari/sound.s @@ -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