1
0
mirror of https://github.com/simh/simh.git synced 2026-03-03 18:16:24 +00:00

Let the OS turn DTR on and off by properly interpreting the bits provided in the Control In command

This commit is contained in:
Mark Pizzolato
2013-06-03 16:07:21 -07:00
parent 531cdd42f7
commit d502af4468

View File

@@ -716,7 +716,7 @@ void kmc_doinput(void)
*/
sim_debug(DF_CMD, &kmc_dev, "Running DDCMP in full duplex on Line %d (dup %d):\n", line, d->dupnumber);
dup_set_DDCMP (d->dupnumber, TRUE);
dup_set_DTR (d->dupnumber, TRUE);
dup_set_DTR (d->dupnumber, (kmc_sel6 & 0400) ? TRUE : FALSE));
dup_set_callback_mode (d->dupnumber, dup_receive, dup_send_complete);
break;
case 3: /* Base in. */