Add compatible flag for PCE DAC volume (always enabled for now)
Fix furnacePCM detection for MSM6295
This commit is contained in:
parent
cf1d4e55cf
commit
62ce5ae3ce
5 changed files with 17 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue