Add compatible flag for PCE DAC volume (always enabled for now)

Fix furnacePCM detection for MSM6295
This commit is contained in:
cam900 2022-09-23 23:41:55 +09:00
parent cf1d4e55cf
commit 62ce5ae3ce
5 changed files with 17 additions and 7 deletions

View file

@ -126,7 +126,7 @@ int DivPlatformMSM6295::dispatch(DivCommand c) {
switch (c.cmd) {
case DIV_CMD_NOTE_ON: {
DivInstrument* ins=parent->getIns(chan[c.chan].ins,DIV_INS_FM);
if (ins->type==DIV_INS_AMIGA) {
if (ins->type==DIV_INS_MSM6295 || ins->type==DIV_INS_AMIGA) {
chan[c.chan].furnacePCM=true;
} else {
chan[c.chan].furnacePCM=false;