Add notes for ring modulation (XORing)

This commit is contained in:
cam900 2023-04-13 11:56:34 +09:00
parent fe0ba4e530
commit 52e6246570
3 changed files with 6 additions and 6 deletions

View file

@ -138,7 +138,7 @@ int DivPlatformPV1000::dispatch(DivCommand c) {
chan[c.chan].pitch=c.value;
chan[c.chan].freqChanged=true;
break;
case DIV_CMD_WAVE:
case DIV_CMD_STD_NOISE_MODE: // ring modulation
if (c.value&1) {
rWrite(3,3);
} else {