From: jede Date: Mon, 16 Oct 2017 15:28:00 +0000 (+0200) Subject: clrscr.s switch to text mode X-Git-Tag: V2.17~86^2~7 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=db1319de4c92865cafa0a0b65f6ea254a416c8bd;p=cc65 clrscr.s switch to text mode --- diff --git a/libsrc/telestrat/clrscr.s b/libsrc/telestrat/clrscr.s index f2b8fafc1..31c8ee205 100644 --- a/libsrc/telestrat/clrscr.s +++ b/libsrc/telestrat/clrscr.s @@ -9,6 +9,9 @@ .include "telestrat.inc" .proc _clrscr + ; Switch to text mode + BRK_TELEMON(XTEXT) + lda #SCREEN sta RES