diff options
Diffstat (limited to 'src/devices/sound/tms3615.h')
-rw-r--r-- | src/devices/sound/tms3615.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/sound/tms3615.h b/src/devices/sound/tms3615.h index b3325ebc354..bad0bfa8950 100644 --- a/src/devices/sound/tms3615.h +++ b/src/devices/sound/tms3615.h @@ -25,10 +25,10 @@ public: protected: // device-level overrides - virtual void device_start() override; + virtual void device_start() override ATTR_COLD; // sound stream update overrides - 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: static constexpr unsigned TMS3615_TONES = 13; |