1
0
mirror of https://github.com/cc65/cc65.git synced 2025-02-12 06:30:42 +00:00

Optimize Clrscr

This commit is contained in:
jede 2019-07-21 10:56:32 +02:00 committed by greg-king5
parent 0fe98a7ca8
commit 848df36f6b

View File

@ -34,7 +34,7 @@
dex dex
stx SCRX stx SCRX
lda #$FF dex
sta OLD_BGCOLOR sta OLD_BGCOLOR
sta OLD_CHARCOLOR sta OLD_CHARCOLOR