fix OPN CSM osc view, fix OPNA ADPCM channel not playing
This commit is contained in:
parent
5f47166012
commit
2e2796c245
4 changed files with 34 additions and 24 deletions
|
|
@ -399,6 +399,9 @@ int DivPlatformYM2608Ext::dispatch(DivCommand c) {
|
|||
case DIV_CMD_MACRO_ON:
|
||||
opChan[ch].std.mask(c.value,false);
|
||||
break;
|
||||
case DIV_CMD_MACRO_RESTART:
|
||||
chan[c.chan].std.restart(c.value);
|
||||
break;
|
||||
case DIV_CMD_PRE_PORTA:
|
||||
break;
|
||||
default:
|
||||
|
|
@ -856,7 +859,7 @@ int DivPlatformYM2608Ext::init(DivEngine* parent, int channels, int sugRate, con
|
|||
extSys=true;
|
||||
|
||||
reset();
|
||||
return 19+isCSM;
|
||||
return 20;
|
||||
}
|
||||
|
||||
void DivPlatformYM2608Ext::quit() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue