2023-09-10 06:44:29 +00:00
# Namco WSG / Namco C15 / Namco C30
2022-06-06 14:49:39 +00:00
2023-09-10 06:44:29 +00:00
a family of wavetable synth sound chips used by Namco in their arcade machines (Pac-Man and later). waveforms are 4-bit, with 32-byte sample length.
2022-06-06 14:49:39 +00:00
2022-10-16 05:53:05 +00:00
everything starts with Namco WSG, which is a simple 3-channel wavetable with no extra frills. C15 is a much more advanced sound source with 8 channels, and C30 adds stereo output and noise mode.
2022-06-06 14:49:39 +00:00
# effects
2023-06-25 07:05:30 +00:00
- `10xx` : **change waveform.**
- `11xx` : **toggle noise mode.** _warning:_ only on C30.
2023-08-04 16:11:53 +00:00
# info
2023-09-10 06:44:29 +00:00
this chip uses the [Namco WSG ](../4-instrument/wsg.md ) instrument editor.