mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-26 22:43:01 +00:00
add doc for VERA chip
This commit is contained in:
parent
848da5bcc5
commit
2589709d1a
1 changed files with 15 additions and 0 deletions
15
papers/doc/7-systems/vera.md
Normal file
15
papers/doc/7-systems/vera.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# VERA
|
||||
|
||||
this is a video and sound generator chip used in the Commander X16, a modern 8-bit computer created by The 8-Bit Guy.
|
||||
it has 16 channels of pulse/triangle/saw/noise and one stereo PCM channel.
|
||||
|
||||
currently Furnace does not support the PCM channel's stereo mode, though.
|
||||
|
||||
# effects
|
||||
|
||||
- `20xx`: set waveform. the following values are accepted:
|
||||
- 0: pulse
|
||||
- 1: saw
|
||||
- 2: triangle
|
||||
- 3: noise
|
||||
- `22xx`: set duty cycle. `xx` may go from 0 to 3F.
|
Loading…
Reference in a new issue