NOTICE: ADPCM-B DOES NOT WORK YET

it's selectable now but the channel is useless (for now)
This commit is contained in:
tildearrow 2022-02-10 03:35:08 -05:00
parent d27dcfecac
commit 91cbf9947b
5 changed files with 19 additions and 8 deletions

View file

@ -305,7 +305,7 @@ int DivPlatformYM2610Ext::init(DivEngine* parent, int channels, int sugRate, uns
}
reset();
return 16;
return 17;
}
void DivPlatformYM2610Ext::quit() {