mirror of
https://github.com/simh/simh.git
synced 2026-01-11 23:52:58 +00:00
B5500: Fix error with punch of binary data.
This commit is contained in:
parent
a6701c1349
commit
7116915937
@ -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