prepare new dispatch

will allow for more than 2 outputs
This commit is contained in:
tildearrow 2023-01-01 19:46:08 -05:00
parent 565e8cc314
commit 08d2f12dbd
82 changed files with 178 additions and 161 deletions

View file

@ -1568,8 +1568,8 @@ void DivPlatformOPL::reset() {
immWrite(0xbd,(dam<<7)|(dvb<<6)|(properDrums<<5)|drumState);
}
bool DivPlatformOPL::isStereo() {
return (oplType==3 || oplType==759);
int DivPlatformOPL::getOutputCount() {
return (oplType==3 || oplType==759)?4:1;
}
bool DivPlatformOPL::keyOffAffectsArp(int ch) {