summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/ymf262.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/ymf262.h')
-rw-r--r--src/devices/sound/ymf262.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/ymf262.h b/src/devices/sound/ymf262.h
index e7451216b95..d459a9a68ee 100644
--- a/src/devices/sound/ymf262.h
+++ b/src/devices/sound/ymf262.h
@@ -33,7 +33,7 @@ void ymf262_reset_chip(void *chip);
int ymf262_write(void *chip, int a, int v);
unsigned char ymf262_read(void *chip, int a);
int ymf262_timer_over(void *chip, int c);
-void ymf262_update_one(void *chip, OPL3SAMPLE **buffers, int length);
+void ymf262_update_one(void *chip, OPL3SAMPLE * const *buffers, int length);
void ymf262_set_timer_handler(void *chip, OPL3_TIMERHANDLER TimerHandler, device_t *device);
void ymf262_set_irq_handler(void *chip, OPL3_IRQHANDLER IRQHandler, device_t *device);