From: cuz Date: Fri, 5 Jul 2002 14:44:44 +0000 (+0000) Subject: Don't call _revers for _textcolor, because both are different and the apple X-Git-Tag: V2.12.0~2293 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=88494bf2e73a5d2d46390abb544f257a7adb3eab;p=cc65 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 --- diff --git a/libsrc/apple2/color.s b/libsrc/apple2/color.s index cfc8a474c..94ff4d2d3 100644 --- a/libsrc/apple2/color.s +++ b/libsrc/apple2/color.s @@ -11,7 +11,7 @@ .include "apple2.inc" -_textcolor = _revers +_textcolor = return0 _bgcolor = return0