diff options
Diffstat (limited to 'src/devices/sound/roland_gp.cpp')
-rw-r--r-- | src/devices/sound/roland_gp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/roland_gp.cpp b/src/devices/sound/roland_gp.cpp index fb6c4f208c2..9ae0d449ae7 100644 --- a/src/devices/sound/roland_gp.cpp +++ b/src/devices/sound/roland_gp.cpp @@ -73,6 +73,6 @@ void tc6116_device::write(offs_t offset, u8 data) // sound_stream_update - handle a stream update //------------------------------------------------- -void tc6116_device::sound_stream_update(sound_stream &stream, std::vector<read_stream_view> const &inputs, std::vector<write_stream_view> &outputs) +void tc6116_device::sound_stream_update(sound_stream &stream) { } |