summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2019-05-13 17:36:51 +0200
committer hap <happppp@users.noreply.github.com>2019-05-13 17:36:51 +0200
commitb74390348828008f1b84e1844442162edb1e4e0a (patch)
treed509ada7b5ee277d360ad80ecea86ff0c7c7ceb6
parent9300a0c518cbc10924e1d22e1b90c2a9f799d02f (diff)
c64 fcc: clear comms flags on reset (nw)
-rw-r--r--src/devices/bus/c64/fcc.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/c64/fcc.cpp b/src/devices/bus/c64/fcc.cpp
index 22d69dec2a9..cd9848cb26f 100644
--- a/src/devices/bus/c64/fcc.cpp
+++ b/src/devices/bus/c64/fcc.cpp
@@ -109,6 +109,8 @@ void c64_final_chesscard_device::device_start()
void c64_final_chesscard_device::device_reset()
{
+ m_mainlatch->read();
+ m_sublatch->read();
m_maincpu->reset();
m_bank = 0;