Skip to content

Commit 6871bdd

Browse files
committed
mos6551: RTS high disables transmitter, but not in the middle of a character
1 parent 84a4988 commit 6871bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devices/machine/mos6551.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ void mos6551_device::transmitter_clock(int state)
730730
m_tx_bits = 0;
731731
m_tx_parity = 0;
732732

733-
if (m_cts)
733+
if (m_cts || m_rts)
734734
{
735735
m_tx_output = OUTPUT_MARK;
736736
}

0 commit comments

Comments
 (0)