summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/fm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/fm.h')
-rw-r--r--src/devices/sound/fm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/sound/fm.h b/src/devices/sound/fm.h
index e774a9cf5bd..7b919ea7402 100644
--- a/src/devices/sound/fm.h
+++ b/src/devices/sound/fm.h
@@ -152,6 +152,7 @@ void ym2608_postload(void *chip);
void * ym2610_init(device_t *device, int baseclock, int rate,
void *pcmroma,int pcmasize,void *pcmromb,int pcmbsize,
FM_TIMERHANDLER TimerHandler,FM_IRQHANDLER IRQHandler, const ssg_callbacks *ssg);
+void ym2610_clock_changed(void *chip, int clock, int rate);
void ym2610_shutdown(void *chip);
void ym2610_reset_chip(void *chip);
void ym2610_update_one(void *chip, FMSAMPLE **buffer, int length);