From c45c2eb3eae219b45ddb696c222d69f7d2d23d91 Mon Sep 17 00:00:00 2001 From: cuz Date: Fri, 13 Dec 2002 00:09:25 +0000 Subject: [PATCH] Small change to make the color stuff consistent across platforms git-svn-id: svn://svn.cc65.org/cc65/trunk@1753 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 94ff4d2d3..6b8c248ee 100644 --- a/libsrc/apple2/color.s +++ b/libsrc/apple2/color.s @@ -11,7 +11,7 @@ .include "apple2.inc" -_textcolor = return0 +_textcolor = return1 _bgcolor = return0 -- 2.39.5