mirror of
https://github.com/cc65/cc65.git
synced 2025-04-04 06:29:41 +00:00
Make the intermediate gray/green levels available
This commit is contained in:
parent
fc6548db5c
commit
6b3920f9e0
@ -145,6 +145,8 @@
|
||||
|
||||
/* constants for the conio implementation */
|
||||
#define COLOR_BLACK 0x03
|
||||
#define COLOR_GRAY2 0x02
|
||||
#define COLOR_GRAY1 0x01
|
||||
#define COLOR_WHITE 0x00
|
||||
|
||||
#define CH_HLINE 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user