summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cpc/magicsound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/cpc/magicsound.cpp')
-rw-r--r--src/devices/bus/cpc/magicsound.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/devices/bus/cpc/magicsound.cpp b/src/devices/bus/cpc/magicsound.cpp
index a9c06b3f123..090a7ef732e 100644
--- a/src/devices/bus/cpc/magicsound.cpp
+++ b/src/devices/bus/cpc/magicsound.cpp
@@ -96,10 +96,7 @@ void al_magicsound_device::device_start()
m_ramptr = machine().device<ram_device>(":" RAM_TAG);
- for(int x=0;x<4;x++)
- {
- save_item(NAME(m_output[x]),x);
- }
+ save_item(NAME(m_output));
}
//-------------------------------------------------