Skip to content
Snippets Groups Projects
Commit ea735c3c authored by rswindell's avatar rswindell
Browse files

Added UP-ARROW and LEFT-ARROW character (glyph) definitions.

parent 9e3490ee
Branches
Tags
No related merge requests found
......@@ -76,6 +76,8 @@ enum petscii_char {
/* Symbols (which don't align with ASCII) */
PETSCII_BRITPOUND = 92,
/* Graphic chars */
PETSCII_UPARROW = 0x5E,
PETSCII_LEFTARROW = 0x5f,
PETSCII_LIGHTHASH = 0xA6,
PETSCII_MEDIUMHASH = 0xDE,
PETSCII_HEAVYHASH = 0xA9,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment