diff options
Diffstat (limited to 'src/devices/sound/nn71003f.cpp')
-rw-r--r-- | src/devices/sound/nn71003f.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/nn71003f.cpp b/src/devices/sound/nn71003f.cpp index b9d926a9855..a0bb5e21ccc 100644 --- a/src/devices/sound/nn71003f.cpp +++ b/src/devices/sound/nn71003f.cpp @@ -78,7 +78,7 @@ void nn71003f_device::clk_w(int state) logerror("clk_w %d\n", state); } -void nn71003f_device::sound_stream_update(sound_stream &stream, std::vector<read_stream_view> const &inputs, std::vector<write_stream_view> &outputs) +void nn71003f_device::sound_stream_update(sound_stream &stream) { } |