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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user