fix search/replace error in comment

This commit is contained in:
4am 2025-04-04 10:23:21 -04:00
parent 191aa5984b
commit 5606ff9267

View File

@ -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