From 190911e26f1c537c9d8c71a3c512c1964afeb364 Mon Sep 17 00:00:00 2001 From: Karri Kaksonen Date: Sat, 16 Apr 2022 21:32:22 +0300 Subject: [PATCH] Add x=0 to textcolor --- libsrc/atari7800/textcolor.s | 1 + 1 file changed, 1 insertion(+) diff --git a/libsrc/atari7800/textcolor.s b/libsrc/atari7800/textcolor.s index 6ccbcf491..be98ed340 100644 --- a/libsrc/atari7800/textcolor.s +++ b/libsrc/atari7800/textcolor.s @@ -39,6 +39,7 @@ txtcolor: @L1: lda #42 @L2: ldy txtcolor sta txtcolor ; Store new textcolor + ldx #0 tya bne @L3 rts ; Old colour was 0