summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/s14001a.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/s14001a.cpp')
-rw-r--r--src/devices/sound/s14001a.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/sound/s14001a.cpp b/src/devices/sound/s14001a.cpp
index 50f2ca07eaa..b1338699173 100644
--- a/src/devices/sound/s14001a.cpp
+++ b/src/devices/sound/s14001a.cpp
@@ -210,8 +210,6 @@ s14001a_device::s14001a_device(const machine_config &mconfig, const char *tag, d
// device_start - device-specific startup
//-------------------------------------------------
-ALLOW_SAVE_TYPE(s14001a_device::states); // allow save_item on a non-fundamental type
-
void s14001a_device::device_start()
{
m_stream = stream_alloc(0, 1, clock() ? clock() : machine().sample_rate());