summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/upd933.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/upd933.h')
-rw-r--r--src/devices/sound/upd933.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/sound/upd933.h b/src/devices/sound/upd933.h
index b4023fb8311..1f8049d0dfd 100644
--- a/src/devices/sound/upd933.h
+++ b/src/devices/sound/upd933.h
@@ -27,11 +27,11 @@ public:
u8 read();
protected:
- virtual void device_start() override;
- virtual void device_reset() override;
+ virtual void device_start() override ATTR_COLD;
+ virtual void device_reset() override ATTR_COLD;
virtual void device_clock_changed() override;
- 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 NOTE_SHIFT = 9;