SR_OVERRUN
if (sr & (SR_PARITY | SR_FRAME | SR_BREAK | SR_OVERRUN)) \
if (sr & SR_OVERRUN) {
if ((stat[line] & SR_OVERRUN) && overrun == 0) { // ?