furnace/doc/7-systems/bubblesystem.md

18 lines
622 B
Markdown
Raw Permalink Normal View History

# Bubble System WSG
2022-05-13 04:18:29 -04:00
a Konami-made 2 channel wavetable sound generator logic used on the Bubble System arcade board, configured with K005289, a 4-bit PROM and DAC.
2022-05-13 04:18:29 -04:00
however, the K005289 is just part of the logic used for pitch and wavetable ROM address.
waveform select and volume control are tied with single AY-3-8910 IO for both channels.
another AY-3-8910 IO is used for reading sound hardware status.
Furnace emulates this configuration as a "chip" with 32×16 wavetables.
2023-09-10 20:34:13 -04:00
## effects
- `10xx`: **change wave.**
2023-09-10 20:34:13 -04:00
## info
2023-09-10 02:44:29 -04:00
this chip uses the [Konami SCC/Bubble System WSG](../4-instrument/scc.md) instrument editor.