From 96393f2fc16a76ac70ad39c6c7e6d52aa49dcf0a Mon Sep 17 00:00:00 2001 From: Ian Karlsson Date: Wed, 22 Jul 2015 22:07:16 +0200 Subject: [PATCH] c352: forgot the note/nw --- src/emu/sound/c352.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/emu/sound/c352.c b/src/emu/sound/c352.c index a28f332a786..98f8f3a9fed 100644 --- a/src/emu/sound/c352.c +++ b/src/emu/sound/c352.c @@ -13,6 +13,14 @@ Supports 8-bit linear and 8-bit muLaw samples Output: digital, 16 bit, 4 channels Output sample rate is the input clock / (288 * 2). + + superctr: The clock divider appears to be configurable for each system. + Below is a list of the divider values followed by the systems that use it. + + * 228: System 11. + * 288: System 22, Super 22, NB-1/2, ND-1, FL. + * 296: System 23, Super 23. + * 332: System 12. */ #include "emu.h"