Ya dingus

This commit is contained in:
XANTRONIX Development 2023-09-13 16:41:19 -04:00
parent f17c44b70c
commit 196ce806e2

View file

@ -13,7 +13,7 @@
#define ZX81_CHAR_TOKEN_HIGH_END 0xff
#define ZX81_CHAR_LOW(c) \
(c <= ZX81_CHARSET_LEN)
(c < ZX81_CHARSET_LEN)
#define ZX81_CHAR_INVERSE_START 0x80
#define ZX81_CHAR_INVERSE_END 0xbf