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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/sound/ymf262.h b/src/devices/sound/ymf262.h
index b82a89b9724..bd1eed7cbe7 100644
--- a/src/devices/sound/ymf262.h
+++ b/src/devices/sound/ymf262.h
@@ -24,6 +24,7 @@ typedef void (*OPL3_UPDATEHANDLER)(device_t *device,int min_interval_us);
void *ymf262_init(device_t *device, int clock, int rate);
+void ymf262_clock_changed(void *chip, int clock, int rate);
void ymf262_post_load(void *chip);
void ymf262_shutdown(void *chip);
void ymf262_reset_chip(void *chip);