mirror of
https://github.com/cc65/cc65.git
synced 2025-01-03 16:33:19 +00:00
Character defines for osic1p target
Added character definitions for line graphics and enter character for osic1p target.
This commit is contained in:
parent
ec652367d0
commit
484e1dc9fd
@ -44,4 +44,22 @@
|
|||||||
#define _bgcolor(color) COLOR_BLACK
|
#define _bgcolor(color) COLOR_BLACK
|
||||||
#define _bordercolor(color) COLOR_BLACK
|
#define _bordercolor(color) COLOR_BLACK
|
||||||
|
|
||||||
|
/* Colors are not functional, display is black and white only. */
|
||||||
|
#define COLOR_BLACK 0x00
|
||||||
|
#define COLOR_WHITE 0x01
|
||||||
|
|
||||||
|
#define CH_ULCORNER 0xCC
|
||||||
|
#define CH_URCORNER 0xCD
|
||||||
|
#define CH_LLCORNER 0xCB
|
||||||
|
#define CH_LRCORNER 0xCE
|
||||||
|
#define CH_TTEE 0xD9
|
||||||
|
#define CH_BTEE 0xD7
|
||||||
|
#define CH_LTEE 0xD8
|
||||||
|
#define CH_RTEE 0xDA
|
||||||
|
#define CH_CROSS 0xDB
|
||||||
|
#define CH_HLINE 0x94
|
||||||
|
#define CH_VLINE 0x95
|
||||||
|
|
||||||
|
#define CH_ENTER 0x0D
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user