summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/devices/cpu/h8/h8_sci.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/cpu/h8/h8_sci.cpp b/src/devices/cpu/h8/h8_sci.cpp
index 04a666e5066..0d73b82bf81 100644
--- a/src/devices/cpu/h8/h8_sci.cpp
+++ b/src/devices/cpu/h8/h8_sci.cpp
@@ -623,7 +623,6 @@ void h8_sci_device::tx_dropped_edge()
void h8_sci_device::rx_start()
{
- ssr |= SSR_TDRE;
rx_parity = smr & SMR_OE ? 0 : 1;
rsr = 0x00;
if(V>=2) logerror("start receive\n");