M052: Use NEC MMC3 behavior (a.k.a. revA).

This commit is contained in:
NewRisingSun
2023-03-27 18:26:05 +02:00
parent a96b0d6d0f
commit 82cc4406e4

View File

@@ -697,6 +697,7 @@ static void M52Power(void) {
void Mapper52_Init(CartInfo *info) {
GenMMC3_Init(info, 256, 256, 8, info->battery);
isRevB = 0; /* For Aladdin in NT-8062 */
cwrap = info->submapper ==14? M52S14CW: M52CW;
pwrap = M52PW;
info->Reset = M52Reset;