unicode working, i think
This commit is contained in:
parent
5bb7ef0012
commit
6ec03b2218
6 changed files with 383 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue