mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
tumbleb.cpp: fixed regression
This commit is contained in:
parent
5633b3a20c
commit
bd2813ccb4
@ -2115,7 +2115,6 @@ 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;
|
||||
}
|
||||
|
||||
|
@ -33,7 +33,8 @@ public:
|
||||
m_palette(*this, "palette"),
|
||||
m_sprgen(*this, "spritegen"),
|
||||
m_screen(*this, "screen"),
|
||||
m_soundlatch(*this, "soundlatch")
|
||||
m_soundlatch(*this, "soundlatch"),
|
||||
m_protbase(0)
|
||||
{ }
|
||||
|
||||
void tumblepb(machine_config &config);
|
||||
|
Loading…
Reference in New Issue
Block a user