1
0
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:
Richard Cornwell 2020-01-20 14:10:25 -05:00
parent 4d98338863
commit 2e7e93c4ad

View File

@ -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; /* } */