fixed more flaws found by greg :)

This commit is contained in:
mrdudz
2015-09-19 15:37:39 +02:00
parent 088a25437d
commit 859604407b
14 changed files with 58 additions and 15 deletions

View File

@@ -7,7 +7,8 @@
.export _textcolor, _bgcolor, _bordercolor
.include "pce.inc"
.include "pce.inc"
.include "extzp.inc"
_textcolor:
ldx CHARCOLOR ; get old value
@@ -33,9 +34,10 @@ _bgcolor:
_bordercolor:
lda #0
txa
tax
rts
.rodata
.export colors
colors: