Add textcolor and bgcolor.s

This commit is contained in:
jede
2019-07-06 10:16:57 +02:00
committed by greg-king5
parent 14ac1a7ff6
commit 7f9e73a1ce
8 changed files with 129 additions and 14 deletions

View File

@@ -3,11 +3,12 @@
;
.export _gotoy
.importzp sp
.import _update_adscr
.include "telestrat.inc"
.proc _gotoy
sta SCRY
jsr _update_adscr
rts
.endproc