mirror of
https://github.com/open-simh/simh.git
synced 2026-01-20 10:04:28 +00:00
PDP11, Unibus and Qbus VAX: Fix character completion with differing line speeds
This commit is contained in:
parent
08d2bafb28
commit
46500ec75e
@ -1383,7 +1383,7 @@ static void doDMA ( int32 vh,
|
||||
pa = lp->tbuf1;
|
||||
pa |= (lp->tbuf2 & TB2_M_TBUFFAD) << 16;
|
||||
status = 0;
|
||||
while (lp->tbuffct) {
|
||||
while (tmxr_txdone_ln (lp->tmln) && (lp->tbuffct > 0)) {
|
||||
uint8 buf;
|
||||
if (lp->lnctrl & LNCTRL_TX_ABORT) {
|
||||
lp->tbuf2 &= ~TB2_TX_DMA_START;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user