1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-03 06:29:36 +00:00

Don't call _revers for _textcolor, because both are different and the apple

does not support colors.


git-svn-id: svn://svn.cc65.org/cc65/trunk@1331 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2002-07-05 14:44:44 +00:00
parent e9d22aab3e
commit 88494bf2e7

View File

@ -11,7 +11,7 @@
.include "apple2.inc"
_textcolor = _revers
_textcolor = return0
_bgcolor = return0