From ded115e2dc8045d74b37630b0def5a97faf463d5 Mon Sep 17 00:00:00 2001 From: 4am Date: Thu, 13 Mar 2025 11:45:18 -0400 Subject: [PATCH] fix search/replace error in comment --- src/fx/fx.shr.fadein.a | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fx/fx.shr.fadein.a b/src/fx/fx.shr.fadein.a index 9fca506a5..895773a68 100644 --- a/src/fx/fx.shr.fadein.a +++ b/src/fx/fx.shr.fadein.a @@ -38,7 +38,7 @@ palettes = $BC00 ; $200 bytes sta WRITEMAINMEM - lda $9E00, y ; Back up palettes to alternate location in main memory. - sta palettes, y ; The CPU in a 64K Apple ][+/][e w/VidHD ignores STA WRITEMAINMEM/5 + sta palettes, y ; The CPU in a 64K Apple ][+/][e w/VidHD ignores STA WRITEMAINMEM/WRITEAUXMEM lda $9F00, y ; but VidHD respects them, so we can't clear the palettes sta palettes+$100, y ; in auxmem until we copy them in mainmem. Whee. iny