diff options
Diffstat (limited to 'src/emu/sound/k054539.h')
-rw-r--r-- | src/emu/sound/k054539.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/k054539.h b/src/emu/sound/k054539.h index f4381148508..4298fa0f703 100644 --- a/src/emu/sound/k054539.h +++ b/src/emu/sound/k054539.h @@ -32,7 +32,7 @@ READ8_DEVICE_HANDLER( k054539_r ); void k054539_init_flags(device_t *device, int flags); /* - Note that the eight PCM channels of a K054539 do not have seperate + Note that the eight PCM channels of a K054539 do not have separate volume controls. Considering the global attenuation equation may not be entirely accurate, k054539_set_gain() provides means to control channel gain. It can be called anywhere but preferrably from |