1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-24 00:29:32 +00:00

Added character codes to change between the two CBM fonts.

This commit is contained in:
Greg King 2019-10-01 04:16:44 -04:00
parent d7ec817f0a
commit 3cece61525

View File

@ -121,6 +121,8 @@ extern char _filetype; /* Defaults to 's' */
#define CH_STOP 3
#define CH_LIRA 92
#define CH_ESC 27
#define CH_FONT_LOWER 14
#define CH_FONT_UPPER 142