Add mapper 364

This commit is contained in:
negativeExponent
2022-02-10 21:43:45 +08:00
parent 69c1a07fc4
commit 6fee886589
3 changed files with 60 additions and 3 deletions

View File

@@ -107,6 +107,5 @@ void Mapper393_Init(CartInfo *info) {
CHRRAM = (uint8 *)FCEU_gmalloc(CHRRAMSIZE);
SetupCartCHRMapping(0x10, CHRRAM, CHRRAMSIZE, 1);
AddExState(CHRRAM, CHRRAMSIZE, 0, "CHRR");
AddExState(EXPREGS, 1, 0, "EXPR");
AddExState(EXPREGS, 2, 0, "EXPR");
}