mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-04 20:05:05 +00:00
add SCC documentation
This commit is contained in:
parent
613b538fb9
commit
3c3d75c605
2 changed files with 12 additions and 0 deletions
|
@ -29,6 +29,7 @@ this is a list of systems that Furnace supports, including each system's effects
|
||||||
- [Yamaha OPL](opl.md)
|
- [Yamaha OPL](opl.md)
|
||||||
- [PC Speaker](pcspkr.md)
|
- [PC Speaker](pcspkr.md)
|
||||||
- [Commodore PET](pet.md)
|
- [Commodore PET](pet.md)
|
||||||
|
- [Konami SCC](scc.md)
|
||||||
- [Commodore VIC-20](vic20.md)
|
- [Commodore VIC-20](vic20.md)
|
||||||
- [Konami VRC6](vrc6.md)
|
- [Konami VRC6](vrc6.md)
|
||||||
- [Famicom Disk System](fds.md)
|
- [Famicom Disk System](fds.md)
|
||||||
|
|
11
papers/doc/7-systems/scc.md
Normal file
11
papers/doc/7-systems/scc.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# Konami SCC/SCC+
|
||||||
|
|
||||||
|
the Sound Creative Chip (SCC) adds 5 channels of wavetable to your MSX!
|
||||||
|
it was used in (of course) several Konami games, which had better audio quality due to the extra channels provided by this chip (poor AY since nobody used the envelope for bass).
|
||||||
|
|
||||||
|
the only problem? the waveform of the fourth channel is shared with the fifth one due to not enough memory in the chip!
|
||||||
|
the SCC+ fixes this issue though (while being compatible with SCC games).
|
||||||
|
|
||||||
|
# effects
|
||||||
|
|
||||||
|
- `10xx`: change wave.
|
Loading…
Reference in a new issue