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 a1eeaab5318..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, std::vector<read_stream_view> const &inputs, std::vector<write_stream_view> &outputs) override; + virtual void sound_stream_update(sound_stream &stream) override; private: static constexpr unsigned TMS3615_TONES = 13; |