diff options
Diffstat (limited to 'src/devices/sound/sid.h')
-rw-r--r-- | src/devices/sound/sid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/sid.h b/src/devices/sound/sid.h index 0b0af441879..45f900758f5 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(write_stream_view &buffer); + void fill_buffer(sound_stream &stream); private: void syncEm(); |