1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-01-31 22:03:09 +00:00

IBM360: Fixed test command on card reader to return 0 status.

This commit is contained in:
Richard Cornwell
2021-12-26 20:19:47 -05:00
parent 585e9403d2
commit 4a01ca28d8

View File

@@ -189,7 +189,7 @@ uint8 cdr_startcmd(UNIT *uptr, uint8 cmd) {
return SNS_CHNEND;
case 0: /* Status */
break;
return 0;
case 4: /* Sense */
uptr->CMD &= ~(0xff);