furnace/doc/7-systems/wonderswan.md
2023-11-01 10:25:26 -07:00

1.3 KiB

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 length.
  • 12xx: setup sweep period. channel 3 only.
    • 0: disable.
    • 1-32: enable and set period.
  • 13xx: setup sweep amount. channel 3 only.
    • 00 to 7F for 0 to 127.
    • 80 to FF for -128 to -1.

info

this chip uses the WonderSwan instrument editor.

channel status

when enabled, channel status will show an additional icon representing the mode of the currently playing note:

  • PCM mode off PCM mode off
  • PCM mode on PCM mode on
  • sweep mode off sweep mode off
  • sweep mode on sweep mode on
  • noise mode off noise mode off
  • noise mode on noise mode on