mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-16 01:35:07 +00:00
PCE: don't mute channel 2 when LFO is on
apparently this is hardware behavior
This commit is contained in:
parent
99bee89cca
commit
aa446d5c43
1 changed files with 0 additions and 6 deletions
|
@ -157,12 +157,6 @@ void PCE_PSG::RecalcUOFunc(int chnum)
|
||||||
|
|
||||||
//printf("UO Update: %d, %02x\n", chnum, ch->control);
|
//printf("UO Update: %d, %02x\n", chnum, ch->control);
|
||||||
|
|
||||||
// what is this?
|
|
||||||
if (lfoctrl&3 && chnum==1) {
|
|
||||||
ch->UpdateOutput = &PCE_PSG::UpdateOutput_Off;
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if((revision != REVISION_HUC6280 && !(ch->control & 0xC0)) || (revision == REVISION_HUC6280 && !(ch->control & 0x80)))
|
if((revision != REVISION_HUC6280 && !(ch->control & 0xC0)) || (revision == REVISION_HUC6280 && !(ch->control & 0x80)))
|
||||||
ch->UpdateOutput = &PCE_PSG::UpdateOutput_Off;
|
ch->UpdateOutput = &PCE_PSG::UpdateOutput_Off;
|
||||||
else if(ch->noisectrl & ch->control & 0x80)
|
else if(ch->noisectrl & ch->control & 0x80)
|
||||||
|
|
Loading…
Reference in a new issue