diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/czx81.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/czx81.c b/src/czx81.c index 14bc25b..27bfe5b 100644 --- a/src/czx81.c +++ b/src/czx81.c @@ -193,9 +193,9 @@ static struct {'X', 2, {0, 0}, {0x01, 0x04}}, {'C', 2, {0, 0}, {0x01, 0x08}}, {'V', 2, {0, 0}, {0x01, 0x10}}, - {'B', 2, {0, 6}, {0x01, 0x10}}, - {'N', 2, {0, 6}, {0x01, 0x08}}, - {'M', 2, {0, 6}, {0x01, 0x04}}, + {'B', 2, {0, 7}, {0x01, 0x10}}, + {'N', 2, {0, 7}, {0x01, 0x08}}, + {'M', 2, {0, 7}, {0x01, 0x04}}, /* Shifted alpha shortcuts */ @@ -212,9 +212,9 @@ static struct {';', 2, {0, 0}, {0x01, 0x04}}, {'?', 2, {0, 0}, {0x01, 0x08}}, {'/', 2, {0, 0}, {0x01, 0x10}}, - {'*', 2, {0, 6}, {0x01, 0x10}}, - {'<', 2, {0, 6}, {0x01, 0x08}}, - {'>', 2, {0, 6}, {0x01, 0x04}}, + {'*', 2, {0, 7}, {0x01, 0x10}}, + {'<', 2, {0, 7}, {0x01, 0x08}}, + {'>', 2, {0, 7}, {0x01, 0x04}}, {',', 2, {0, 7}, {0x01, 0x02}}, /* Cursor keys |