summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/tms5110.h
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2020-09-21 18:59:41 -0700
committer Aaron Giles <aaron@aarongiles.com>2020-09-21 18:59:41 -0700
commitecd3333757e171d5d98bc323dba1f7c403386e11 (patch)
treec371ba8e6edd19cc40302fd7dba106f01ebca6e3 /src/devices/sound/tms5110.h
parent71565b91dd966db22828fe953f671757592feed6 (diff)
t6721a/t6w28/tc8830f/tia/tms36xx/tms5110/upd1771/upd7752/upd934g/vlm5030/vrc6/vrender0/wave/x1_010: update to new stream callbacks
Diffstat (limited to 'src/devices/sound/tms5110.h')
-rw-r--r--src/devices/sound/tms5110.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/tms5110.h b/src/devices/sound/tms5110.h
index 84c7f68fc73..e3bb2078075 100644
--- a/src/devices/sound/tms5110.h
+++ b/src/devices/sound/tms5110.h
@@ -60,7 +60,7 @@ protected:
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
// sound stream update 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;
uint8_t TALK_STATUS() const { return m_SPEN | m_TALKD; }