diff options
author | 2018-12-01 10:14:48 -0500 | |
---|---|---|
committer | 2018-12-01 10:14:48 -0500 | |
commit | 622c783f5f847895b9e19dd7ed3b6a36955deaaf (patch) | |
tree | 90dda851b9778e7542bcf9bdb952ef2c4da814d5 | |
parent | 84586a697d1a1ea74bee5a41b4da5023a88ae9b1 (diff) |
scsp.cpp: Fix build (nw)
-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)); } |