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:
parent
e9d22aab3e
commit
88494bf2e7
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
.include "apple2.inc"
|
||||
|
||||
_textcolor = _revers
|
||||
_textcolor = return0
|
||||
|
||||
_bgcolor = return0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue