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