INES Mapper 007: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
m (1 revision: iNes mappers temporary list)
No edit summary
Line 1: Line 1:
[[Category:iNES Mappers]]
[[iNES Mapper 007]] is used to designate the [[AxROM]] boardset.
[[iNES Mapper 007]] is used to designate the [[AxROM]] boardset.


[[Category:iNES Mappers]]
  Here are Disch's original notes:
  ========================
  =  Mapper 007          =
  ========================
 
  aka
  --------------------------
  AxROM
 
 
  Example Games:
  --------------------------
  Battletoads
  Time Lord
  Marble Madness
 
 
  Notes:
  ---------------------------
  AMROM and AOROM have bus conflicts, ANROM does not
  AMROM and ANROM are capped at 128k PRG
  AOROM is capped at 256k PRG
 
  There is no CHR swapping.  Every mapper 007 game I've ever seen has CHR-RAM.
 
 
  Registers (**BUS CONFLICTS** sometimes):
  --------------------------
    $8000-FFFF:  [...M .PPP]
      M = Mirroring:
          0 = 1ScA
          1 = 1ScB
 
      P = PRG Reg  (only 2 bits wide on AMROM/ANROM)
 
 
  PRG Setup:
  --------------------------
 
        $8000  $A000  $C000  $E000 
      +-------------------------------+
      |            $8000            |
      +-------------------------------+

Revision as of 23:03, 13 November 2011


iNES Mapper 007 is used to designate the AxROM boardset.

 Here are Disch's original notes:
 ========================
 =  Mapper 007          =
 ========================
 
 aka
 --------------------------
 AxROM
 
 
 Example Games:
 --------------------------
 Battletoads
 Time Lord
 Marble Madness
 
 
 Notes:
 ---------------------------
 AMROM and AOROM have bus conflicts, ANROM does not
 AMROM and ANROM are capped at 128k PRG
 AOROM is capped at 256k PRG
 
 There is no CHR swapping.  Every mapper 007 game I've ever seen has CHR-RAM.
 
 
 Registers (**BUS CONFLICTS** sometimes):
 --------------------------
   $8000-FFFF:  [...M .PPP]
     M = Mirroring:
         0 = 1ScA
         1 = 1ScB
 
     P = PRG Reg  (only 2 bits wide on AMROM/ANROM)
 
 
 PRG Setup:
 --------------------------
 
       $8000   $A000   $C000   $E000  
     +-------------------------------+
     |             $8000             |
     +-------------------------------+