1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-02-22 15:18:16 +00:00

IBM360: Fixed console for DOS/VS.

This commit is contained in:
Richard Cornwell
2021-11-13 14:21:16 -05:00
parent 018d00f9a2
commit d6594834b8

View File

@@ -184,7 +184,7 @@ uint8 con_startcmd(UNIT *uptr, uint8 cmd) {
return SNS_CHNEND|SNS_DEVEND;
case 0: /* Status */
break;
return 0;
case 4: /* Sense */
uptr->CMD |= cmd & CON_MSK;