mirror of
https://github.com/tildearrow/furnace.git
synced 2024-10-31 18:12:40 +00:00
20dc44b800
None of these should be list items. It was a bad idea.
17 lines
621 B
Markdown
17 lines
621 B
Markdown
# Bubble System WSG
|
||
|
||
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.
|
||
|
||
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.
|
||
|
||
# effects
|
||
|
||
- `10xx`: **change wave.**
|
||
|
||
# info
|
||
|
||
this chip uses the [Konami SCC/ Bubble System WSG](../4-instrument/scc.md) instrument editor.
|