summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dec0.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/dec0.h')
-rw-r--r--src/mame/includes/dec0.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/dec0.h b/src/mame/includes/dec0.h
index 5c88125cfee..a9b51c26750 100644
--- a/src/mame/includes/dec0.h
+++ b/src/mame/includes/dec0.h
@@ -184,6 +184,7 @@ public:
m_adpcm_select(*this, "adpcm_select%u", 1U),
m_soundbank(*this, "soundbank")
{
+ std::fill(std::begin(m_automat_scroll_regs), std::end(m_automat_scroll_regs), 0);
}
void secretab(machine_config &config);