summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-06-25 15:38:19 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-06-25 15:38:19 -0400
commit660ed6a616c80c9a7a8dd3afe62d9326c9efbf9c (patch)
treee8bbd258d36125f74285990dc79c67ed7463ab9f
parentf080a1b458cffd0dc04a6314493922a8f6a6b138 (diff)
hd63450: More stuff to reset (nw)
-rw-r--r--src/devices/machine/hd63450.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/devices/machine/hd63450.cpp b/src/devices/machine/hd63450.cpp
index cea9a61e5ad..49e6a4ddcdc 100644
--- a/src/devices/machine/hd63450.cpp
+++ b/src/devices/machine/hd63450.cpp
@@ -92,6 +92,10 @@ void hd63450_device::device_reset()
m_reg[x].csr &= 0xfe;
m_reg[x].cer = 0;
m_reg[x].gcr = 0;
+
+ m_timer[x]->adjust(attotime::never);
+ m_in_progress[x] = 0;
+ m_halted[x] = 0;
}
}