summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/sid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/sid.h')
-rw-r--r--src/devices/sound/sid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/sid.h b/src/devices/sound/sid.h
index 6e5ad1dfa3f..ecf27c2b300 100644
--- a/src/devices/sound/sid.h
+++ b/src/devices/sound/sid.h
@@ -63,7 +63,7 @@ struct SID6581_t
int port_r(running_machine &machine, int offset);
void port_w(int offset, int data);
- void fill_buffer(stream_sample_t *buffer, uint32_t bufferLen);
+ void fill_buffer(write_stream_view &buffer);
private:
void syncEm();