atari5200: fix COLOR defines' names

COLOR_RED -> COLOR_LIGHTRED and COLOR_GREEN -> COLOR_LIGHTGREEN
This commit is contained in:
Christian Groessler
2019-04-08 22:03:15 +02:00
committed by Oliver Schmidt
parent be6bba66a9
commit dfb7c0f24d
2 changed files with 8 additions and 8 deletions

View 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