OPLL: fix compilation

This commit is contained in:
tildearrow 2023-05-17 14:37:43 -05:00
parent fba1743655
commit c05557b59d
1 changed files with 0 additions and 4 deletions

View File

@ -409,10 +409,6 @@ int DivPlatformOPLL::dispatch(DivCommand c) {
case 8: case 9:
chan[c.chan].fixedFreq=(chan[c.chan].state.tomTopFreq&511)<<(chan[c.chan].state.tomTopFreq>>9);
break;
default:
chan[c.chan].fixedFreq=0;
chan[c.chan].baseFreq=NOTE_FREQUENCY(c.value);
break;
}
} else {
chan[c.chan].baseFreq=NOTE_FREQUENCY(c.value);