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

@ -1842,7 +1842,7 @@ void DivEngine::registerSystems() {
{DIV_INS_PV1000, DIV_INS_PV1000, DIV_INS_PV1000},
{},
{
{0x10, {DIV_CMD_WAVE, "10xx: Set waveform"}}
{0x10, {DIV_CMD_STD_NOISE_MODE, "10xx: Set ring modulation (0: disable, 1: enable)"}}
}
);