mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-04 20:05:05 +00:00
Revert "Revert "Added "c" in "channel" typo and added a TI-99 bit (#551)""
This reverts commit 2ffec02e26
.
This commit is contained in:
parent
10183cdfd5
commit
c7ea30dda1
1 changed files with 4 additions and 1 deletions
|
@ -6,10 +6,13 @@ surely had better graphics than NES, but its sound (fairly weak, 4ch PSG with A-
|
||||||
|
|
||||||
this console is powered by a derivative of the Texas Instruments SN76489.
|
this console is powered by a derivative of the Texas Instruments SN76489.
|
||||||
|
|
||||||
|
the original iteration of the SN76489 used in the TI-99/4A computers was clocked much lower at 447 kHz, being able to play as low as 13.670 Hz (A -1). consequentially, pitch accuracy for higher notes is compromised.
|
||||||
|
|
||||||
|
|
||||||
# effects
|
# effects
|
||||||
|
|
||||||
- `20xy`: set noise mode.
|
- `20xy`: set noise mode.
|
||||||
- `x` controls whether to inherit frequency from hannel 3.
|
- `x` controls whether to inherit frequency from channel 3.
|
||||||
- 0: use one of 3 preset frequencies (C: A-2; C#: A-3; D: A-4).
|
- 0: use one of 3 preset frequencies (C: A-2; C#: A-3; D: A-4).
|
||||||
- 1: use frequency of channel 3.
|
- 1: use frequency of channel 3.
|
||||||
- `y` controls whether to select noise or thin pulse.
|
- `y` controls whether to select noise or thin pulse.
|
||||||
|
|
Loading…
Reference in a new issue