MMC5: fix typo in comment

This commit is contained in:
tildearrow 2025-09-05 02:10:58 -05:00
parent 67c7afd4cd
commit aa67f78d36

View file

@ -378,7 +378,7 @@ void DivPlatformMMC5::forceIns() {
chan[i].insChanged=true;
chan[i].prevFreq=65535;
if (i<2) {
// TODO: implement noise mode
// TODO: implement envelope mode
rWrite(0x5000+i*4,(0x30)|(chan[i].active?chan[i].outVol:0)|((chan[i].duty&3)<<6));
}
}