summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tumbleb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tumbleb.cpp')
-rw-r--r--src/mame/drivers/tumbleb.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/tumbleb.cpp b/src/mame/drivers/tumbleb.cpp
index c66dcf9aa1f..018fb21d3f3 100644
--- a/src/mame/drivers/tumbleb.cpp
+++ b/src/mame/drivers/tumbleb.cpp
@@ -2115,6 +2115,8 @@ MACHINE_RESET_MEMBER(tumbleb_state,tumbleb)
m_music_is_playing = 0;
m_tilebank = 0;
memset(m_control_0, 0, sizeof(m_control_0));
+ m_protbase = 0;
+ m_semicom_prot_offset = 0;
}
void tumbleb_state::tumblepb(machine_config &config)