Skip to content

Commit

Permalink
Fixed mapper 111 (#340).
Browse files Browse the repository at this point in the history
  • Loading branch information
punesemu committed Nov 10, 2023
1 parent 4ce1d71 commit 82b1285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/mappers/mapper_111.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ void map_init_111(void) {
sst39sf040_init(gtromtmp.sst39sf040, prgrom_size(), 0xBF, 0xB7, 0x5555, 0x2AAA, 4096);
}

if (info.format != NES_2_0) {
if (vram_size(0) < S32K) {
vram_set_ram_size(0, S32K);
}

Expand Down

0 comments on commit 82b1285

Please sign in to comment.