Merge branch 'master' into preset1

This commit is contained in:
tildearrow 2022-06-17 20:40:09 -05:00
commit 39fa3d7d85
30 changed files with 3059 additions and 48 deletions

View file

@ -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)";