diff options
Diffstat (limited to 'src/devices/sound/mos7360.h')
-rw-r--r-- | src/devices/sound/mos7360.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/mos7360.h b/src/devices/sound/mos7360.h index 1b6c1a8f5b0..9288c752824 100644 --- a/src/devices/sound/mos7360.h +++ b/src/devices/sound/mos7360.h @@ -107,7 +107,7 @@ protected: virtual void device_reset() override ATTR_COLD; // device_sound_interface callbacks - 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; inline void set_interrupt(int mask); inline void clear_interrupt(int mask); |