mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
Fix missing savestate entries in tms5220.c (nw)
This commit is contained in:
parent
27ad714680
commit
9813e6a22f
@ -377,6 +377,8 @@ void tms5220_device::register_for_save_states()
|
||||
save_item(NAME(m_old_frame_energy_idx));
|
||||
save_item(NAME(m_old_frame_pitch_idx));
|
||||
save_item(NAME(m_old_frame_k_idx));
|
||||
save_item(NAME(m_old_zpar));
|
||||
save_item(NAME(m_old_uv_zpar));
|
||||
#endif
|
||||
save_item(NAME(m_current_energy));
|
||||
save_item(NAME(m_current_pitch));
|
||||
|
Loading…
Reference in New Issue
Block a user