fix a typo...

This commit is contained in:
tildearrow 2025-10-20 14:10:58 -05:00
parent 90e9bf19e8
commit 03794b58f2

View file

@ -1380,7 +1380,7 @@ void DivEngine::processRow(int i, bool afterDelay) {
break;
case 0xe5: // pitch
chan[i].pitch=effectVal-0x80;
// why isn't this removed yet? we shpuldn't give this chip special treatment!
// why isn't this removed yet? we shouldn't give this chip special treatment!
if (sysOfChan[i]==DIV_SYSTEM_YM2151) { // YM2151 pitch oddity
chan[i].pitch*=2;
if (chan[i].pitch<-128) chan[i].pitch=-128;