mirror of
https://github.com/holub/mame
synced 2025-07-03 17:08:39 +03:00
applix: Fix crash in debug build
This commit is contained in:
parent
f627dff3ad
commit
0c9791b00f
@ -787,6 +787,8 @@ void applix_state::applix_palette(palette_device &palette) const
|
||||
|
||||
void applix_state::machine_start()
|
||||
{
|
||||
std::fill(std::begin(m_palette_latch), std::end(m_palette_latch), 0);
|
||||
|
||||
save_item(NAME(m_video_latch));
|
||||
save_item(NAME(m_pa));
|
||||
save_item(NAME(m_palette_latch));
|
||||
|
Loading…
Reference in New Issue
Block a user