summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/fm2612.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/fm2612.cpp')
-rw-r--r--src/devices/sound/fm2612.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/fm2612.cpp b/src/devices/sound/fm2612.cpp
index 6d5f71dac55..b3482d0ac72 100644
--- a/src/devices/sound/fm2612.cpp
+++ b/src/devices/sound/fm2612.cpp
@@ -2174,7 +2174,7 @@ static void init_tables(void)
/*******************************************************************************/
/* Generate samples for one of the YM2612s */
-void ym2612_update_one(void *chip, FMSAMPLE **buffer, int length, u8 output_bits)
+void ym2612_update_one(void *chip, FMSAMPLE * const *buffer, int length, u8 output_bits)
{
// TODO : 'ladder' effects for Mega Drive/Genesis
const u8 output_shift = (output_bits > 14) ? 0 : (14 - output_bits);