mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 19:29:45 +00:00
clrscr.s switch to text mode
This commit is contained in:
parent
2ee7cf0377
commit
db1319de4c
@ -9,6 +9,9 @@
|
|||||||
.include "telestrat.inc"
|
.include "telestrat.inc"
|
||||||
|
|
||||||
.proc _clrscr
|
.proc _clrscr
|
||||||
|
; Switch to text mode
|
||||||
|
BRK_TELEMON(XTEXT)
|
||||||
|
|
||||||
lda #<SCREEN
|
lda #<SCREEN
|
||||||
ldy #>SCREEN
|
ldy #>SCREEN
|
||||||
sta RES
|
sta RES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user