1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-23 04:30:10 +00:00

clrscr.s switch to text mode

This commit is contained in:
jede 2017-10-16 17:28:00 +02:00
parent 2ee7cf0377
commit db1319de4c

View File

@ -9,6 +9,9 @@
.include "telestrat.inc"
.proc _clrscr
; Switch to text mode
BRK_TELEMON(XTEXT)
lda #<SCREEN
ldy #>SCREEN
sta RES