summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2019-06-15 01:10:40 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2019-06-15 01:10:40 +1000
commit8152ffabb3d4e113bb05a4edb29e2e4dbd6a1143 (patch)
tree7043fcbfb0db726808b578a17ee1a14a12beda06
parent22006435b866b0a5cbb1e53a1aec7de9ccafb49c (diff)
(nw) poly88 : fixed cassette save hanging. Still can't load the result though.
-rw-r--r--src/mame/machine/poly88.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/poly88.cpp b/src/mame/machine/poly88.cpp
index cd27aa80c81..e4e945d1566 100644
--- a/src/mame/machine/poly88.cpp
+++ b/src/mame/machine/poly88.cpp
@@ -225,7 +225,7 @@ void poly88_state::machine_reset()
{
m_intr = 0;
m_last_code = 0;
-
+ m_usart->write_cts(0);
m_brg->control_w(0);
}