From 196ce806e2ab8abdccabfed5c809c5a35abdcf3b Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Wed, 13 Sep 2023 16:41:19 -0400 Subject: Ya dingus --- include/zx/charset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/zx') diff --git a/include/zx/charset.h b/include/zx/charset.h index 6eea103..003e5f0 100644 --- a/include/zx/charset.h +++ b/include/zx/charset.h @@ -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 -- cgit v1.2.3