Ya dingus
This commit is contained in:
parent
f17c44b70c
commit
196ce806e2
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
#define ZX81_CHAR_TOKEN_HIGH_END 0xff
|
#define ZX81_CHAR_TOKEN_HIGH_END 0xff
|
||||||
|
|
||||||
#define ZX81_CHAR_LOW(c) \
|
#define ZX81_CHAR_LOW(c) \
|
||||||
(c <= ZX81_CHARSET_LEN)
|
(c < ZX81_CHARSET_LEN)
|
||||||
|
|
||||||
#define ZX81_CHAR_INVERSE_START 0x80
|
#define ZX81_CHAR_INVERSE_START 0x80
|
||||||
#define ZX81_CHAR_INVERSE_END 0xbf
|
#define ZX81_CHAR_INVERSE_END 0xbf
|
||||||
|
|
Loading…
Add table
Reference in a new issue