CLREOL now applies background colour

This commit is contained in:
Bobbi Webber-Manners 2022-12-26 02:58:21 -05:00
parent af9845389a
commit d13f87a31e
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -391,7 +391,7 @@ SHRCLREOL JSR SHRCHARADDR
TAX
ASL ; 2 bytes / char
TAY
LDA #$00
LDA SHRBGMASK
:L1 CPX TXTWINRGT
BCS :S1
STA [VDUADDR],Y