]> git.sur5r.net Git - cc65/commitdiff
atari5200: fix COLOR defines' names
authorChristian Groessler <chris@groessler.org>
Mon, 8 Apr 2019 20:03:15 +0000 (22:03 +0200)
committerOliver Schmidt <ol.sc@web.de>
Fri, 12 Apr 2019 10:49:38 +0000 (12:49 +0200)
COLOR_RED -> COLOR_LIGHTRED and COLOR_GREEN -> COLOR_LIGHTGREEN

asminc/atari5200.inc
include/atari5200.h

index a17268de274f90ab8df4c5003be2a5c6a0fcc42b..a09b44257e7cb03738f7037279a2bea5afdce2f7 100644 (file)
@@ -115,10 +115,10 @@ POKEY     = $E800  ; POKEY area
 ; conio color defines
 ;-------------------------------------------------------------------------
 
-COLOR_WHITE = 0
-COLOR_RED   = 1
-COLOR_GREEN = 2
-COLOR_BLACK = 3
+COLOR_WHITE      = 0
+COLOR_LIGHTRED   = 1
+COLOR_LIGHTGREEN = 2
+COLOR_BLACK      = 3
 
 ;-------------------------------------------------------------------------
 ; Cartridge Parameters
index d6c2561b25520292461ac053f91c9ff5584454cc..e014c8ac4cc3f2ce4a9a6faab78b34824c9c4a2e 100644 (file)
@@ -78,10 +78,10 @@ extern void atr5200std_joy[];        /* referred to by joy_static_stddrv[] */
 #define ANTIC (*(struct __antic*)0xD400)
 
 /* conio color defines */
-#define COLOR_WHITE 0x00
-#define COLOR_RED   0x01
-#define COLOR_GREEN 0x02
-#define COLOR_BLACK 0x03
+#define COLOR_WHITE      0x00
+#define COLOR_LIGHTRED   0x01
+#define COLOR_LIGHTGREEN 0x02
+#define COLOR_BLACK      0x03
 
 /* The following #define will cause the matching function calls in conio.h
 ** to be overlaid by macros with the same names, saving the function call