MMC5: fix 12xx not working
This commit is contained in:
parent
58abed3fa1
commit
9345576fc3
|
@ -288,6 +288,7 @@ bool DivEngine::perSystemEffect(int ch, unsigned char effect, unsigned char effe
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case DIV_SYSTEM_NES:
|
case DIV_SYSTEM_NES:
|
||||||
|
case DIV_SYSTEM_MMC5:
|
||||||
switch (effect) {
|
switch (effect) {
|
||||||
case 0x12: // duty or noise mode
|
case 0x12: // duty or noise mode
|
||||||
dispatchCmd(DivCommand(DIV_CMD_STD_NOISE_MODE,ch,effectVal));
|
dispatchCmd(DivCommand(DIV_CMD_STD_NOISE_MODE,ch,effectVal));
|
||||||
|
|
Loading…
Reference in a new issue