1
0
Fork 0

unicode working, i think

This commit is contained in:
Jack Humbert 2015-09-14 23:54:49 -04:00
parent 5bb7ef0012
commit 6ec03b2218
6 changed files with 383 additions and 2 deletions

View file

@ -176,6 +176,8 @@ extern const uint16_t fn_actions[];
#define RESET 0x5000
#define DEBUG 0x5001
#define MIDI(n) n | 0x6000
#define MIDI(n) (n | 0x6000)
#define UNI(n) (n | 0x8000)
#endif