OPL: oopsie. 20xx effect doesn't exist

This commit is contained in:
tildearrow 2022-03-22 01:06:26 -05:00
parent 3b63ca9455
commit bfadb3b5cf
1 changed files with 0 additions and 3 deletions

View File

@ -189,9 +189,6 @@ const char* DivPlatformOPL::getEffectName(unsigned char effect) {
case 0x1d: case 0x1d:
return "1Dxx: Set attack of operator 4 (0 to F; 4-op only)"; return "1Dxx: Set attack of operator 4 (0 to F; 4-op only)";
break; break;
case 0x20:
return "20xy: Set PSG noise mode (x: preset freq/ch3 freq; y: thin pulse/noise)";
break;
} }
return NULL; return NULL;
} }