mirror of
https://github.com/tildearrow/furnace.git
synced 2025-01-05 23:21:22 +00:00
Merge pull request #1257 from ElectricKeet/doc-k056320
Initial K056320 documentation.
This commit is contained in:
commit
b941f58720
2 changed files with 10 additions and 0 deletions
|
@ -14,6 +14,7 @@ this is a list of sound chips that Furnace supports, including effects.
|
|||
- [Famicom Disk System](fds.md)
|
||||
- [Game Boy](game-boy.md)
|
||||
- [Konami K007232](k007232.md)
|
||||
- [Konami K056320](k056320.md)
|
||||
- [Konami SCC](scc.md)
|
||||
- [Konami VRC6](vrc6.md)
|
||||
- [Atari Lynx](lynx.md)
|
||||
|
|
9
doc/7-systems/k056320.md
Normal file
9
doc/7-systems/k056320.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Konami 056320
|
||||
|
||||
the 056320 is a sample-based chip that featured in a number of Konami arcade games, notably _Sunset Riders_ and _Teenage Mutant Ninja Turtles: Turtles in Time_. it has four channels of audio and stereo output, and can access up to 2MB of samples in 8-bit PCM or 4-bit ADPCM formats.
|
||||
|
||||
|
||||
|
||||
# effects
|
||||
|
||||
- `DFxx`: Set sample playback direction. `0` is normal; `1` is reverse.
|
Loading…
Reference in a new issue