mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-30 08:23:01 +00:00
Add 12xx duty cycle description (#101)
This commit is contained in:
parent
f29d4bce1b
commit
320bebb4be
1 changed files with 10 additions and 1 deletions
|
@ -10,6 +10,15 @@ while emulation of this chip is mostly complete, the additional noise setup regi
|
|||
# effects
|
||||
|
||||
- `12xx`: set channel duty cycle. `xx` is a value between 00 and 08.
|
||||
- `00`: 3.125%
|
||||
- `01`: 6.25%
|
||||
- `02`: 12.5%
|
||||
- `03`: 25%
|
||||
- `04`: 50%
|
||||
- `05`: 75%
|
||||
- `06`: 87.5%
|
||||
- `07`: 93.75%
|
||||
- `08`: 96.875%
|
||||
- `20xx`: set channel mode. `xx` may be one of the following:
|
||||
- `00`: square
|
||||
- `01`: noise
|
||||
|
|
Loading…
Reference in a new issue