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:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user