summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gridlee.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gridlee.h')
-rw-r--r--src/mame/includes/gridlee.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/gridlee.h b/src/mame/includes/gridlee.h
index 59314a1e903..5fbf6db267f 100644
--- a/src/mame/includes/gridlee.h
+++ b/src/mame/includes/gridlee.h
@@ -101,7 +101,7 @@ protected:
virtual void device_start() 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;
public:
void gridlee_sound_w(offs_t offset, uint8_t data);