diff options
Diffstat (limited to 'src/devices/sound/s14001a.cpp')
| -rw-r--r-- | src/devices/sound/s14001a.cpp | 2 |
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()); |
