1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

Now tgi_clear() works

This commit is contained in:
jede 2018-12-10 21:48:09 +01:00
parent b0495cb44a
commit d707ef4c72
3 changed files with 3 additions and 2 deletions

View File

@ -195,6 +195,7 @@ XDECAL = $18
XTEXT = $19
XHIRES = $1A
XEFFHI = $1B ; Clear hires screen
XFILLM = $1C
XMINMA = $1F
XVARS = $24 ; Only in TELEMON 3.x, in TELEMON 2.4, it's XNOMFI ($24)

View File

@ -170,7 +170,7 @@ CONTROL:
;
CLEAR:
; not done yet
BRK_TELEMON(XEFFHI)
rts
; ------------------------------------------------------------------------

View File

@ -169,7 +169,7 @@ CONTROL:
;
CLEAR:
; not done yet
BRK_TELEMON(XEFFHI)
rts
; ------------------------------------------------------------------------