mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-01 02:22:39 +00:00
20dc44b800
None of these should be list items. It was a bad idea.
25 lines
879 B
Markdown
25 lines
879 B
Markdown
# WonderSwan
|
|
|
|
a handheld console released only in Japan by Bandai, designed by the same people behind Game Boy and Virtual Boy.
|
|
for this reason it has lots of similar elements from those two systems in the sound department.
|
|
|
|
it has 4 wavetable channels. some of them have additional capabilities:
|
|
- the second channel could play samples
|
|
- the third one has hardware sweep
|
|
- the fourth one also does noise
|
|
|
|
# effects
|
|
|
|
- `10xx`: **change wave**.
|
|
- `11xx`: **setup noise mode.** channel 4 only.
|
|
- 0: disable.
|
|
- 1-8: enable and set tap preset.
|
|
- `12xx`: **setup sweep period.** channel 3 only.
|
|
- 0: disable.
|
|
- 1-32: enable and set period.
|
|
- `13xx`: **setup sweep amount.** channel 3 only.
|
|
- `17xx`: **toggle PCM mode.** channel 2 only.
|
|
|
|
# info
|
|
|
|
this chip uses the [WonderSwan](../4-instrument/wonderswan.md) and [Generic Sample](../4-instrument/amiga.md) instrument editors.
|