Skip to content

Commit

Permalink
Clarify operator order
Browse files Browse the repository at this point in the history
  • Loading branch information
rhargreaves committed Sep 8, 2019
1 parent beb568f commit d0bd993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ The full list of presets available are defined in

## Algorithm Operator Arrangement (CC 14)

Output operators are coloured blue. Operator 1 can also feedback into itself (see CC 15).
Output operators are coloured blue. Operator 1 can also feedback into itself (see CC 15). Operators are numbered in the same order as the register placement (e.g. 0x30, 0x34, 0x38, 0x3C).

_Note: Documentation on the YM2612 frequently muddles the second and third operators of algorithms 0 to 4 and 6._

Expand Down

0 comments on commit d0bd993

Please sign in to comment.