Skip to content

Commit

Permalink
Added support for the "Mickey Mouse III - Dream Balloon (Japan) [T-En…
Browse files Browse the repository at this point in the history
… by NikcDC v1.1] [n].nes".
  • Loading branch information
punesemu committed Nov 29, 2023
1 parent f59c218 commit 4917981
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/core/mappers/mapper_004.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ void map_init_004(void) {

init_MMC3(info.reset);

// Mickey Mouse III - Dream Balloon (Japan) [T-En by NikcDC v1.1] [n].nes
if ((info.crc32.total == 0x762653B1) && (wram_size() < S8K)) {
wram_set_ram_size(S8K);
}

switch (info.mapper.submapper) {
case 1:
EXTCL_CPU_RD_MEM(004_mmc6);
Expand Down

0 comments on commit 4917981

Please sign in to comment.