From fe0bc2ee144a5e8b87eb0ea2193d0c6811303917 Mon Sep 17 00:00:00 2001 From: Richard Cornwell Date: Tue, 26 Sep 2023 14:19:39 -0400 Subject: [PATCH] KA10: Fixed to allow EDDT to work correctly on KL10. --- PDP10/kl10_fe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PDP10/kl10_fe.c b/PDP10/kl10_fe.c index 0e95cfc7..fc112f55 100644 --- a/PDP10/kl10_fe.c +++ b/PDP10/kl10_fe.c @@ -1793,7 +1793,7 @@ t_stat dtei_svc (UNIT *uptr) } /* 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) { ch = cty_in.buff[cty_in.out_ptr]; inco(&cty_in);