mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 13:05:11 +00:00
LOL
This commit is contained in:
parent
d911c8eeab
commit
753458f898
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ const char** DivPlatformNES::getRegisterSheet() {
|
|||
const char* DivPlatformNES::getEffectName(unsigned char effect) {
|
||||
switch (effect) {
|
||||
case 0x11:
|
||||
return "Write to delta modulation counter (0 to 7F)";
|
||||
return "11xx: Write to delta modulation counter (0 to 7F)";
|
||||
break;
|
||||
case 0x12:
|
||||
return "12xx: Set duty cycle/noise mode (pulse: 0 to 3; noise: 0 or 1)";
|
||||
|
|
Loading…
Reference in a new issue