mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-16 01:35:07 +00:00
OPL: oopsie. 20xx effect doesn't exist
This commit is contained in:
parent
3b63ca9455
commit
bfadb3b5cf
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue