From 144d3b3989a043ce555bdee613408ff90e3d15c0 Mon Sep 17 00:00:00 2001 From: AJR Date: Thu, 6 Mar 2025 22:02:26 -0500 Subject: sound/namco.cpp: m_voices is a configuration parameter, so it shouldn't be part of the save state --- src/devices/sound/namco.cpp | 1 - 1 file changed, 1 deletion(-) 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); -- cgit v1.2.3-70-g09d2