Revert "atari5200: fix COLOR defines' names"
This reverts commit 87e653f47bd4bda4b2f27849148a163684073e0a.
This commit is contained in:
committed by
Oliver Schmidt
parent
e1e6bec9ff
commit
8590de5cf3
@@ -115,10 +115,10 @@ POKEY = $E800 ; POKEY area
|
||||
; conio color defines
|
||||
;-------------------------------------------------------------------------
|
||||
|
||||
COLOR_WHITE = 0
|
||||
COLOR_LIGHTRED = 1
|
||||
COLOR_LIGHTGREEN = 2
|
||||
COLOR_BLACK = 3
|
||||
COLOR_WHITE = 0
|
||||
COLOR_RED = 1
|
||||
COLOR_GREEN = 2
|
||||
COLOR_BLACK = 3
|
||||
|
||||
;-------------------------------------------------------------------------
|
||||
; Cartridge Parameters
|
||||
|
||||
Reference in New Issue
Block a user