mirror of
https://github.com/open-simh/simh.git
synced 2026-05-04 15:16:06 +00:00
KA10: Fixed to allow EDDT to work correctly on KL10.
This commit is contained in:
committed by
Paul Koning
parent
f8a51de903
commit
fe0bc2ee14
@@ -1793,7 +1793,7 @@ t_stat dtei_svc (UNIT *uptr)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* If Monitor input, place in buffer */
|
/* If Monitor input, place in buffer */
|
||||||
if ((optr->STATUS & (DTE_SEC|DTE_MON)) == (DTE_SEC|DTE_MON) &&
|
if ((optr->STATUS & (DTE_SEC|DTE_MON)) != 0 &&
|
||||||
not_empty(&cty_in) && M[SEC_DTMTI + base] == 0) {
|
not_empty(&cty_in) && M[SEC_DTMTI + base] == 0) {
|
||||||
ch = cty_in.buff[cty_in.out_ptr];
|
ch = cty_in.buff[cty_in.out_ptr];
|
||||||
inco(&cty_in);
|
inco(&cty_in);
|
||||||
|
|||||||
Reference in New Issue
Block a user