mirror of
https://github.com/simh/simh.git
synced 2026-03-02 17:55:17 +00:00
PDP11, Unibus and Qbus VAX: Fix character completion with differing line speeds
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user