Skip to content

Commit

Permalink
Fixed mapper 17 (#379).
Browse files Browse the repository at this point in the history
  • Loading branch information
punesemu committed Mar 5, 2024
1 parent f69283d commit b854e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/mappers/mapper_006.c
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ INLINE static void chr_fix_006(void) {
bank[1] = bank[0] | 0x01;
bank[2] = bank[0] | 0x02;
bank[3] = bank[0] | 0x03;
bank[4] = m006.chr.reg[1 | m006.chr.mmc4[1]] & 0xFC;
bank[4] = m006.chr.reg[4 | m006.chr.mmc4[1]] & 0xFC;
bank[5] = bank[4] | 0x01;
bank[6] = bank[4] | 0x02;
bank[7] = bank[4] | 0x03;
Expand Down

0 comments on commit b854e22

Please sign in to comment.