diff options
Diffstat (limited to 'src/devices/sound/scsp.cpp')
-rw-r--r-- | src/devices/sound/scsp.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/sound/scsp.cpp b/src/devices/sound/scsp.cpp index b2744200d4b..bce6934a49c 100644 --- a/src/devices/sound/scsp.cpp +++ b/src/devices/sound/scsp.cpp @@ -286,7 +286,6 @@ void scsp_device::device_start() save_item(NAME(m_DSP.EXTS)); save_item(NAME(m_DSP.EFREG)); save_item(NAME(m_DSP.Stopped)); - save_item(NAME(m_DSP.Updated)); save_item(NAME(m_DSP.LastStep)); } |