Mapper: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
Line 15: Line 15:
=== Note ===
=== Note ===
* The pinout of every mapper is available [[Hardware_pinout|here]]
* The pinout of every mapper is available [[Hardware_pinout|here]]
* Information regarding iNes mappers is located [[iNes_mapper|here]]
* Information regarding iNes mappers is located [[::Category:INES_Mappers|here]] (temporary section)
* For a more exhaustive resource of mappers, Disch compiled a very detailed list of mappers all in one, covering more than 50 mappers. http://www.romhacking.net/docs/%5B362%5Dmapper_docs.zip
* For a more exhaustive resource of mappers, Disch compiled a very detailed list of mappers all in one, covering more than 50 mappers. http://www.romhacking.net/docs/%5B362%5Dmapper_docs.zip

Revision as of 03:53, 13 June 2009

NES cartridges can include extra hardware which allows the use of large program and graphics ROMs and extra features. This extra hardware is usually referred to as a mapper, as it is used primarily to map the relatively small CPU and PPU address spaces to a portion of the larger address space of the ROM(s) on the cartridge.

Mappers vary in how they translate addresses. The various CPU memory mapping schemes expand the maximum program size above the standard 32KB, while PPU memory mapping schemes can add new graphic features.

Most mappers fall into one of two categories: discrete logic, and ASIC based. Some discrete logic mappers are susceptible to bus conflicts.

All mappers are assigned, either individually or by groups, to either an iNES Mapper Number or a UNIF Board Name.


Programmer's reference

Note

  • The pinout of every mapper is available here
  • Information regarding iNes mappers is located [[::Category:INES_Mappers|here]] (temporary section)
  • For a more exhaustive resource of mappers, Disch compiled a very detailed list of mappers all in one, covering more than 50 mappers. http://www.romhacking.net/docs/%5B362%5Dmapper_docs.zip