summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/devices/sound/namco.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/sound/namco.cpp b/src/devices/sound/namco.cpp
index 0b3f310270a..5842c7ada83 100644
--- a/src/devices/sound/namco.cpp
+++ b/src/devices/sound/namco.cpp
@@ -108,7 +108,6 @@ void namco_audio_device::device_start()
if (m_wave_ptr == nullptr)
save_pointer(NAME(m_wavedata), 0x400);
- save_item(NAME(m_voices));
save_item(NAME(m_sound_enable));
for (int v = 0; v < MAX_VOLUME; v++)
save_pointer(NAME(m_waveform[v]), 32 * 8 * (1+m_wave_size), v);