POKEY: implement two-tone mode effect

This commit is contained in:
tildearrow 2023-06-20 14:43:20 -05:00
parent 4521cbfb4f
commit c777d699d2
4 changed files with 20 additions and 3 deletions

View file

@ -1169,6 +1169,7 @@ void DivEngine::registerSystems() {
{
{0x10, {DIV_CMD_WAVE, "10xx: Set waveform (0 to 7)"}},
{0x11, {DIV_CMD_STD_NOISE_MODE, "11xx: Set AUDCTL"}},
{0x12, {DIV_CMD_STD_NOISE_FREQ, "12xx: Toggle two-tone mode"}},
}
);