INES Mapper 006: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
m (A bit of proofreading)
No edit summary
Line 11: Line 11:
* [http://nesdev.org/mapper6.txt Mapper 6]  Info on the FFE mapper.  By FanWen Yang.
* [http://nesdev.org/mapper6.txt Mapper 6]  Info on the FFE mapper.  By FanWen Yang.
* [http://forums.nesdev.org/viewtopic.php?p=5111 SMC Header] in nesdev forum.
* [http://forums.nesdev.org/viewtopic.php?p=5111 SMC Header] in nesdev forum.
* [http://www.famicomdisksystem.com/game-doctor-copiers/ Info on various famicom copiers]

Revision as of 20:47, 6 October 2012


Mapper 6 is used for FFE disk images. That is, for ROM-images stored on floppy disks as used by old copiers from Front Fareast. Unlike normal ROM-images, these files are patched to work with the copier's mapping hardware. Portions of these patches are typically stored in the so-called "trainer" area of iNES files (the iNES "trainer" apparently being poor Japanese-to-English translation for "patch").

There are several FFE mapping variants: Mapper 6, Mapper 8, Mapper 12, and Mapper 17.

FCEUX ostensibly emulates this. As do most NES emulators.

More Info