Add SM8521 instrument type

This commit is contained in:
cam900 2023-02-11 21:56:41 +09:00
parent 98b34ab7ce
commit 5c06470145
8 changed files with 20 additions and 4 deletions

View file

@ -1828,7 +1828,7 @@ void DivEngine::registerSystems() {
{"Channel 1", "Channel 2", "Noise"},
{"CH1", "CH2", "NOI"},
{DIV_CH_WAVE, DIV_CH_WAVE, DIV_CH_NOISE},
{DIV_INS_NAMCO, DIV_INS_NAMCO, DIV_INS_NAMCO},
{DIV_INS_SM8521, DIV_INS_SM8521, DIV_INS_SM8521},
{},
namcoEffectHandlerMap
);