summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/lmc1992.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/lmc1992.h')
-rw-r--r--src/devices/sound/lmc1992.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/lmc1992.h b/src/devices/sound/lmc1992.h
index dc9ea4d9806..371b241d2ff 100644
--- a/src/devices/sound/lmc1992.h
+++ b/src/devices/sound/lmc1992.h
@@ -71,7 +71,7 @@ protected:
virtual void device_start() override ATTR_COLD;
// internal 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;
private:
inline void execute_command(int addr, int data);