2022-01-16 06:10:43 +00:00
|
|
|
# Game Boy
|
|
|
|
|
|
|
|
the Nintendo Game Boy is one of the most successful portable game systems ever made.
|
|
|
|
|
2023-07-08 20:40:53 +00:00
|
|
|
with stereo sound, two pulse channels, a wave channel and a noise channel, it packed some serious punch.
|
2022-01-16 06:10:43 +00:00
|
|
|
|
|
|
|
# effects
|
|
|
|
|
2023-06-25 07:05:30 +00:00
|
|
|
- `10xx`: **change wave.**
|
|
|
|
- `11xx`: **set noise length.**
|
|
|
|
- `0`: long
|
|
|
|
- `1`: short
|
|
|
|
- `12xx`: **set duty cycle.**
|
|
|
|
- `0`: 12.5%
|
|
|
|
- `1`: 25%
|
|
|
|
- `2`: 50%
|
|
|
|
- `3`: 75%
|
|
|
|
- `13xy`: **setup sweep.** pulse channels only.
|
2022-01-16 06:10:43 +00:00
|
|
|
- `x` is the time.
|
|
|
|
- `y` is the shift.
|
2023-06-25 07:05:30 +00:00
|
|
|
- set to `0` to disable it.
|
|
|
|
- `14xx`: **set sweep direction.** `0` is up and `1` is down.
|
2023-07-08 20:40:53 +00:00
|
|
|
|
|
|
|
# links
|
|
|
|
|
|
|
|
- [Gameboy sound hardware](https://gbdev.gg8.se/wiki/articles/Gameboy_sound_hardware) - detailed technical information
|
|
|
|
|
|
|
|
- [GameBoy Sound Table](http://www.devrs.com/gb/files/sndtab.html) - note frequency table
|