]> git.sur5r.net Git - cc65/commitdiff
Don't call _revers for _textcolor, because both are different and the apple
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 5 Jul 2002 14:44:44 +0000 (14:44 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 5 Jul 2002 14:44:44 +0000 (14:44 +0000)
does not support colors.

git-svn-id: svn://svn.cc65.org/cc65/trunk@1331 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/apple2/color.s

index cfc8a474c11605d3e62df9de860801f29d641e95..94ff4d2d399172c85a35f22f9c55607794e0788f 100644 (file)
@@ -11,7 +11,7 @@
 
        .include        "apple2.inc"
 
-_textcolor     = _revers
+_textcolor     = return0
 
 _bgcolor       = return0