Revert "atari5200: fix COLOR defines' names"

This reverts commit 87e653f47bd4bda4b2f27849148a163684073e0a.
This commit is contained in:
Christian Groessler
2019-04-10 22:20:01 +02:00
committed by Oliver Schmidt
parent e1e6bec9ff
commit 8590de5cf3
2 changed files with 8 additions and 8 deletions

View File

@@ -116,8 +116,8 @@ POKEY = $E800 ; POKEY area
;------------------------------------------------------------------------- ;-------------------------------------------------------------------------
COLOR_WHITE = 0 COLOR_WHITE = 0
COLOR_LIGHTRED = 1 COLOR_RED = 1
COLOR_LIGHTGREEN = 2 COLOR_GREEN = 2
COLOR_BLACK = 3 COLOR_BLACK = 3
;------------------------------------------------------------------------- ;-------------------------------------------------------------------------

View File

@@ -79,8 +79,8 @@ extern void atr5200std_joy[]; /* referred to by joy_static_stddrv[] */
/* conio color defines */ /* conio color defines */
#define COLOR_WHITE 0x00 #define COLOR_WHITE 0x00
#define COLOR_LIGHTRED 0x01 #define COLOR_RED 0x01
#define COLOR_LIGHTGREEN 0x02 #define COLOR_GREEN 0x02
#define COLOR_BLACK 0x03 #define COLOR_BLACK 0x03
/* The following #define will cause the matching function calls in conio.h /* The following #define will cause the matching function calls in conio.h