FDS: mod effects should be post

issue #2691
This commit is contained in:
tildearrow 2025-09-19 21:44:26 -05:00
parent e583a49436
commit e357dd0372

View file

@ -1175,6 +1175,8 @@ void DivEngine::registerSystems() {
{},
{
{0x10, {DIV_CMD_WAVE, _("10xx: Set waveform")}},
},
{
{0x11, {DIV_CMD_FDS_MOD_DEPTH, _("11xx: Set modulation depth")}},
{0x12, {DIV_CMD_FDS_MOD_HIGH, _("12xy: Set modulation speed high byte (x: enable; y: value)")}},
{0x13, {DIV_CMD_FDS_MOD_LOW, _("13xx: Set modulation speed low byte")}},