summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emu/sound/tms5110.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/sound/tms5110.c b/src/emu/sound/tms5110.c
index 1d6ea4876df..d77fffa2759 100644
--- a/src/emu/sound/tms5110.c
+++ b/src/emu/sound/tms5110.c
@@ -240,6 +240,7 @@ void tms5110_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));
#endif
save_item(NAME(m_current_energy));
save_item(NAME(m_current_pitch));