summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/okim9810.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/okim9810.h')
-rw-r--r--src/devices/sound/okim9810.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/sound/okim9810.h b/src/devices/sound/okim9810.h
index b5c8d566de0..dfb4cd047aa 100644
--- a/src/devices/sound/okim9810.h
+++ b/src/devices/sound/okim9810.h
@@ -87,7 +87,7 @@ protected:
virtual void device_clock_changed() override;
// device_sound_interface overrides
- virtual void sound_stream_update(sound_stream &stream, stream_sample_t **inputs, stream_sample_t **outputs, int samples) override;
+ virtual void sound_stream_update_legacy(sound_stream &stream, stream_sample_t const * const *inputs, stream_sample_t * const *outputs, int samples) override;
// device_rom_interface overrides
virtual void rom_bank_updated() override;
@@ -98,7 +98,7 @@ protected:
public:
okim_voice();
void generate_audio(device_rom_interface &rom,
- stream_sample_t **buffers,
+ stream_sample_t * const *buffers,
int samples,
const uint8_t global_volume,
const uint8_t filter_type);