summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/tms9914.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/tms9914.cpp')
-rw-r--r--src/devices/machine/tms9914.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/machine/tms9914.cpp b/src/devices/machine/tms9914.cpp
index b18824ab292..ac6a1122e26 100644
--- a/src/devices/machine/tms9914.cpp
+++ b/src/devices/machine/tms9914.cpp
@@ -507,6 +507,9 @@ void tms9914_device::device_reset()
m_reg_parallel_p = 0;
m_reg_2nd_parallel_p = 0;
+ m_reg_ulpa = false;
+ std::fill(std::begin(m_ext_signals), std::end(m_ext_signals), false);
+
do_swrst();
update_fsm();
update_int();