From d0bd993f04c2bdc03fe315f67ddbce675adbd8f3 Mon Sep 17 00:00:00 2001 From: rhargreaves Date: Sun, 8 Sep 2019 11:29:05 +0100 Subject: [PATCH] Clarify operator order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a55d57b4..e472fbd7 100644 --- a/README.md +++ b/README.md @@ -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._