diff --git a/libsrc/telestrat/clrscr.s b/libsrc/telestrat/clrscr.s index aa2eae684..39c2f7724 100644 --- a/libsrc/telestrat/clrscr.s +++ b/libsrc/telestrat/clrscr.s @@ -34,9 +34,11 @@ dex stx SCRX + ; At this step X is equal to $00 dex - sta OLD_BGCOLOR - sta OLD_CHARCOLOR + ; At this step X is equal to $FF + stx OLD_BGCOLOR + stx OLD_CHARCOLOR rts .endproc