summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Lord-Nightmare <Lord-Nightmare@users.noreply.github.com>2015-11-22 05:22:10 -0500
committer Lord-Nightmare <Lord-Nightmare@users.noreply.github.com>2015-11-22 05:22:10 -0500
commit9813e6a22f35066c8b4918289414250dc7d3fb15 (patch)
tree584b3cb4029e29ccd34f9e58d0f9e6daca09befe /src
parent27ad7146808a89391c15dfdf1e63acd6915bdaea (diff)
Fix missing savestate entries in tms5220.c (nw)
Diffstat (limited to 'src')
-rw-r--r--src/devices/sound/tms5220.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/sound/tms5220.cpp b/src/devices/sound/tms5220.cpp
index 033bd4551df..b2c39d4961d 100644
--- a/src/devices/sound/tms5220.cpp
+++ b/src/devices/sound/tms5220.cpp
@@ -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));