mirror of
https://github.com/rcornwell/sims.git
synced 2026-04-02 20:17:18 +00:00
B5500: Fixed incorrect translation for brackets.
This commit is contained in:
@@ -150,7 +150,7 @@ const char ascii_to_con[128] = {
|
||||
/* P Q R S T U V W */
|
||||
047, 050, 051, 022, 023, 024, 025, 026,
|
||||
/* X Y Z [ \ ] ^ _ */
|
||||
027, 030, 031, 075, 036, 055, 057, 000,
|
||||
027, 030, 031, 074, 036, 036, 057, 000,
|
||||
/* ` a b c d e f g */
|
||||
035, 061, 062, 063, 064, 065, 066, 067, /* 140 - 177 */
|
||||
/* h i j k l m n o */
|
||||
|
||||
Reference in New Issue
Block a user