From 88494bf2e73a5d2d46390abb544f257a7adb3eab Mon Sep 17 00:00:00 2001 From: cuz Date: Fri, 5 Jul 2002 14:44:44 +0000 Subject: [PATCH] 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 --- libsrc/apple2/color.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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