Skip to content

Commit

Permalink
Fixed mapper 219 ("Super 1997 4-in-1 [p1].nes", #43).
Browse files Browse the repository at this point in the history
  • Loading branch information
punesemu committed Nov 8, 2023
1 parent 6749887 commit 4ce1d71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/mappers/mapper_219.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ void map_init_219(void) {
memset(&nes[0].irqA12, 0x00, sizeof(nes[0].irqA12));
}

memset(&m219, 0x00, sizeof(m219));
m219.reg[0] = 0xFF;
m219.reg[1] = 0x00;

init_MMC3(info.reset);
MMC3_prg_swap = prg_swap_mmc3_219;
Expand Down

0 comments on commit 4ce1d71

Please sign in to comment.