update several things - including an Amiga fix

This commit is contained in:
tildearrow 2022-10-15 22:41:50 -05:00
parent faf3063a72
commit 489f56b913
10 changed files with 26 additions and 56 deletions

View file

@ -788,6 +788,7 @@ void DivEngine::registerSystems() {
{0x10, {DIV_CMD_AMIGA_FILTER, "10xx: Toggle filter (0 disables; 1 enables)"}},
{0x11, {DIV_CMD_AMIGA_AM, "11xx: Toggle AM with next channel"}},
{0x12, {DIV_CMD_AMIGA_PM, "12xx: Toggle period modulation with next channel"}},
{0x13, {DIV_CMD_WAVE, "13xx: Set waveform"}}
}
);