INES Mapper 025

From NESdev Wiki
Revision as of 19:08, 29 July 2016 by Lidnariq (talk | contribs) (include lumping note here too)
Jump to navigationJump to search


iNES Mapper 025 is used to represent the VRC4b (PCB 351406) and VRC4d (PCB 352400) variants of Konami's VRC4 mapper, as well as the VRC2-using board 351948 used for Ganbare Goemon Gaiden: Keita Ougon Kiseru. The last has 8kB RAM (like VRC4) and doesn't divide the CHR bank numbers by two (unlike mapper 22).

For details see the following:

Note that the VRC4d variant uses different address lines to select registers than 351948 and the VRC4b variants. Your emulator implementation must either combine address lines (like FCEUX; bitwise OR is good enough), use checksums, or NES 2.0 submappers.