mirror of
https://github.com/rcornwell/sims.git
synced 2026-01-25 03:36:04 +00:00
B5500: Fixed translation issue with punching binary decks.
This commit is contained in:
parent
4d98338863
commit
2e7e93c4ad
@ -581,6 +581,7 @@ cdp_srv(UNIT *uptr) {
|
||||
} else {
|
||||
hol = 0;
|
||||
switch (ch & 077) {
|
||||
case 000: hol = 0x206; break; /* ? */
|
||||
case 015: hol = 0x082; break; /* : */
|
||||
case 016: hol = 0x20A; break; /* > */
|
||||
case 017: hol = 0x805; break; /* } */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user