mirror of
https://github.com/rcornwell/sims.git
synced 2026-02-12 19:08:10 +00:00
B5500: Updated for fix in translation table change.
This commit is contained in:
@@ -377,11 +377,13 @@ cdr_srv(UNIT *uptr) {
|
||||
chan_set_parity(chan);
|
||||
}
|
||||
break;
|
||||
case 0111:
|
||||
ch = 0;
|
||||
/* Handle invalid punch */
|
||||
chan_set_parity(chan);
|
||||
break; /* Translate ? to error*/
|
||||
case 017:
|
||||
if (data->image[uptr->u4] == 0x006) {
|
||||
ch = 0;
|
||||
/* Handle invalid punch */
|
||||
chan_set_parity(chan);
|
||||
break; /* Translate ? to error*/
|
||||
}
|
||||
}
|
||||
}
|
||||
sim_debug(DEBUG_DATA, &cdr_dev, "cdr %d: Char > %03o '%c' %d\n", u, ch,
|
||||
|
||||
Reference in New Issue
Block a user