mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
mame/audio/cage.cpp: added one missing variable to state saving, should address MT07724
This commit is contained in:
parent
c721e728f4
commit
120ae6a73b
@ -163,6 +163,7 @@ void atari_cage_device::device_start()
|
|||||||
save_item(NAME(m_timer_enabled));
|
save_item(NAME(m_timer_enabled));
|
||||||
save_item(NAME(m_from_main));
|
save_item(NAME(m_from_main));
|
||||||
save_item(NAME(m_control));
|
save_item(NAME(m_control));
|
||||||
|
save_item(NAME(m_tms32031_io_regs));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user