1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-01-19 17:38:13 +00:00

SEL32: Minor debug changes

This commit is contained in:
James C. Bevier 2019-07-17 21:39:18 -04:00 committed by Richard Cornwell
parent 3fde270ca3
commit 8e71ab1d89

View File

@ -438,6 +438,7 @@ uint8 com_startcmd(UNIT *uptr, uint16 chan, uint8 cmd)
uptr->u3 |= COM_EKO; /* save echo status */
uptr->u3 |= COM_READ; /* show read mode */
uptr->u5 = SNS_RDY|SNS_ONLN; /* status is online & ready */
// fprintf(stderr, "COM_RD input count = %x\r\n", coml_chp[unit].ccw_count);
return 0;
break;