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:
parent
2ee7cf0377
commit
db1319de4c
@ -9,6 +9,9 @@
|
||||
.include "telestrat.inc"
|
||||
|
||||
.proc _clrscr
|
||||
; Switch to text mode
|
||||
BRK_TELEMON(XTEXT)
|
||||
|
||||
lda #<SCREEN
|
||||
ldy #>SCREEN
|
||||
sta RES
|
||||
|
Loading…
Reference in New Issue
Block a user