diff options
Diffstat (limited to 'src/devices/sound/tc8830f.h')
-rw-r--r-- | src/devices/sound/tc8830f.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/sound/tc8830f.h b/src/devices/sound/tc8830f.h index f108eb72f69..808608e6e64 100644 --- a/src/devices/sound/tc8830f.h +++ b/src/devices/sound/tc8830f.h @@ -28,11 +28,11 @@ public: protected: // device-level overrides - virtual void device_start() override; + virtual void device_start() override ATTR_COLD; virtual void device_post_load() override; virtual void device_clock_changed() override; - virtual void sound_stream_update(sound_stream &stream, stream_sample_t **inputs, stream_sample_t **outputs, int samples) override; + virtual void sound_stream_update(sound_stream &stream) override; private: sound_stream *m_stream; |