diff options
Diffstat (limited to 'src/devices/sound/upd7752.cpp')
-rw-r--r-- | src/devices/sound/upd7752.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/devices/sound/upd7752.cpp b/src/devices/sound/upd7752.cpp index 7c063fbee95..ca0f47c46ea 100644 --- a/src/devices/sound/upd7752.cpp +++ b/src/devices/sound/upd7752.cpp @@ -9,8 +9,7 @@ skeleton device ***************************************************************************/ #include "emu.h" -#include "sound/upd7752.h" - +#include "upd7752.h" /* status flags */ @@ -99,9 +98,8 @@ void upd7752_device::device_stop() // sound_stream_update - handle a stream update //------------------------------------------------- -void upd7752_device::sound_stream_update(sound_stream &stream, std::vector<read_stream_view> const &inputs, std::vector<write_stream_view> &outputs) +void upd7752_device::sound_stream_update(sound_stream &stream) { - outputs[0].fill(0); } //************************************************************************** |