Fix bgcolor and textcolor must return last color, jmp remove.

This commit is contained in:
jede
2019-07-18 20:48:10 +02:00
committed by greg-king5
parent f9e13abc11
commit 0fe98a7ca8
4 changed files with 9 additions and 9 deletions

View File

@@ -7,6 +7,8 @@
.include "telestrat.inc"
.proc _bgcolor
ldx BGCOLOR ; Get previous color
sta BGCOLOR
txa ; Return previous color
rts
.endproc