mirror of
https://github.com/holub/mame
synced 2025-07-05 09:57:47 +03:00
tsamurai.cpp: Add missing item to save state (was incorrectly being saved only for vsgongf)
This commit is contained in:
parent
4064d87639
commit
b8cdf7224c
@ -79,6 +79,7 @@ void tsamurai_state::video_start()
|
|||||||
m_numsprites = 32;
|
m_numsprites = 32;
|
||||||
|
|
||||||
save_item(NAME(m_bgcolor));
|
save_item(NAME(m_bgcolor));
|
||||||
|
save_item(NAME(m_textbank1));
|
||||||
}
|
}
|
||||||
|
|
||||||
void m660_state::video_start()
|
void m660_state::video_start()
|
||||||
|
Loading…
Reference in New Issue
Block a user