summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/i8244.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/i8244.h')
-rw-r--r--src/devices/video/i8244.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/i8244.h b/src/devices/video/i8244.h
index 5b631e9b2b5..a231eff3030 100644
--- a/src/devices/video/i8244.h
+++ b/src/devices/video/i8244.h
@@ -112,7 +112,7 @@ protected:
virtual const tiny_rom_entry *device_rom_region() const override ATTR_COLD;
// device_sound_interface overrides
- 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;
TIMER_CALLBACK_MEMBER(hblank_start);
TIMER_CALLBACK_MEMBER(vblank_start);