MMC5: fix 12xx not working

This commit is contained in:
tildearrow 2022-04-06 22:55:24 -05:00
parent 58abed3fa1
commit 9345576fc3
1 changed files with 1 additions and 0 deletions

View File

@ -288,6 +288,7 @@ bool DivEngine::perSystemEffect(int ch, unsigned char effect, unsigned char effe
}
break;
case DIV_SYSTEM_NES:
case DIV_SYSTEM_MMC5:
switch (effect) {
case 0x12: // duty or noise mode
dispatchCmd(DivCommand(DIV_CMD_STD_NOISE_MODE,ch,effectVal));