summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/mos6581.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/mos6581.h')
-rw-r--r--src/devices/sound/mos6581.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/mos6581.h b/src/devices/sound/mos6581.h
index 47e5959ef41..de05db489d3 100644
--- a/src/devices/sound/mos6581.h
+++ b/src/devices/sound/mos6581.h
@@ -65,7 +65,7 @@ protected:
virtual void device_post_load() override;
// device_sound_interface overrides
- virtual void sound_stream_update_legacy(sound_stream &stream, stream_sample_t const * const *inputs, stream_sample_t * const *outputs, int samples) override;
+ virtual void sound_stream_update(sound_stream &stream, std::vector<read_stream_view> const &inputs, std::vector<write_stream_view> &outputs) override;
void save_state(SID6581_t *token);
private: