summaryrefslogtreecommitdiffstats
path: root/src/mame/machine/pmd85.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/pmd85.cpp')
-rw-r--r--src/mame/machine/pmd85.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/machine/pmd85.cpp b/src/mame/machine/pmd85.cpp
index acddc4e1978..faa9fcf8d73 100644
--- a/src/mame/machine/pmd85.cpp
+++ b/src/mame/machine/pmd85.cpp
@@ -826,4 +826,7 @@ void pmd85_state::machine_reset()
m_pmd853_memory_mapping = 1;
m_startup_mem_map = 1;
(this->*update_memory)();
+
+ if (m_uart)
+ m_uart->write_cts(0);
}