summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/s32comm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/s32comm.cpp')
-rw-r--r--src/mame/machine/s32comm.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/machine/s32comm.cpp b/src/mame/machine/s32comm.cpp
index 26797685c55..b53448b46d3 100644
--- a/src/mame/machine/s32comm.cpp
+++ b/src/mame/machine/s32comm.cpp
@@ -133,6 +133,8 @@ void s32comm_device::device_reset()
m_zfg = 0;
m_cn = 0;
m_fg = 0;
+
+ std::fill(std::begin(m_shared), std::end(m_shared), 0);
}
uint8_t s32comm_device::zfg_r(offs_t offset)