clrscr.s switch to text mode
This commit is contained in:
parent
2ee7cf0377
commit
db1319de4c
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@
|
|||
.include "telestrat.inc"
|
||||
|
||||
.proc _clrscr
|
||||
; Switch to text mode
|
||||
BRK_TELEMON(XTEXT)
|
||||
|
||||
lda #<SCREEN
|
||||
ldy #>SCREEN
|
||||
sta RES
|
||||
|
|
Loading…
Add table
Reference in a new issue