summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Lord-Nightmare <Lord-Nightmare@users.noreply.github.com>2015-08-25 23:36:18 -0400
committer Lord-Nightmare <Lord-Nightmare@users.noreply.github.com>2015-08-25 23:36:18 -0400
commitbc5ffe493777e55f081d3ba29b8b298da90ae776 (patch)
tree1f5ca3980c693dd9bfda24d86a4c4140d3ea7a2d
parent016f430cea1fcfc33a140cd8206fbf26c25402a5 (diff)
whoops (nw)
-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));