PDP11, VAX: Make sure DZ transmit continues when multiple lines are active
This commit is contained in:
parent
d20ef039e7
commit
e533aa2d5e
1 changed files with 1 additions and 0 deletions
|
@ -590,6 +590,7 @@ t_stat dz_xmt_svc (UNIT *uptr)
|
||||||
{
|
{
|
||||||
tmxr_poll_tx (&dz_desc); /* poll output */
|
tmxr_poll_tx (&dz_desc); /* poll output */
|
||||||
dz_update_xmti (); /* update int */
|
dz_update_xmti (); /* update int */
|
||||||
|
sim_clock_coschedule_after (uptr, 500000); /* reactivate occasionally */
|
||||||
return SCPE_OK;
|
return SCPE_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue