diff options
Diffstat (limited to 'src/devices/sound/ymopl.h')
-rw-r--r-- | src/devices/sound/ymopl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/ymopl.h b/src/devices/sound/ymopl.h index f0f44e9b5ac..a3831364175 100644 --- a/src/devices/sound/ymopl.h +++ b/src/devices/sound/ymopl.h @@ -109,7 +109,7 @@ protected: virtual void rom_bank_pre_change() override; // sound 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; private: // ADPCM read/write callbacks |