trunk/src/emu/sound/c352.c
| r249028 | r249029 | |
| 13 | 13 | Supports 8-bit linear and 8-bit muLaw samples |
| 14 | 14 | Output: digital, 16 bit, 4 channels |
| 15 | 15 | Output sample rate is the input clock / (288 * 2). |
| 16 | |
| 17 | superctr: The clock divider appears to be configurable for each system. |
| 18 | Below is a list of the divider values followed by the systems that use it. |
| 19 | |
| 20 | * 228: System 11. |
| 21 | * 288: System 22, Super 22, NB-1/2, ND-1, FL. |
| 22 | * 296: System 23, Super 23. |
| 23 | * 332: System 12. |
| 16 | 24 | */ |
| 17 | 25 | |
| 18 | 26 | #include "emu.h" |