INES Mapper 079

From NESdev Wiki
Revision as of 06:23, 3 August 2012 by Lidnariq (talk | contribs) (refile, add cat:nescartdb)
Jump to navigationJump to search


iNES Mapper 079 is used to designate the NINA-03/6 boards made by Advanced Video Entertainment. Similar ones with mapper-controlled mirroring are mapper 113.

 Here are Disch's original notes:  
 ========================
 =  Mapper 079          =
 ========================
 
 Example Games:
 --------------------------
 Blackjack
 Dudes with Attitude
 F-15 City War
 Krazy Kreatures
 
 
 
 Registers:
 ---------------------------
 
 Range,Mask:   $4100-5FFF, $4100
 
    be sure to make note of the mask -- $4200 does not map to the register, but $4300 does.
 
 
   $4100:  [.CPP PCCC]
     C = CHR Reg (8k @ $0000)
     P = PRG Reg (32k @ $8000)
 
 Note the high bit of the CHR Reg.

The largest game in BootGod's database is 64k/64k and its hardware only has 4 bits of state, mapped as

   $4100:  [.... PCCC]     with the same meaning as above.

Note that FCEUX implements the register as

   $4100:  [.... P...]
           [CCCC CCCC]
 Note that one bit is used for both CHR and PRG
   $8000:  [CCCC CCCC]
     C = CHR Reg (8k @ $0000)

and Nestopia implements the register as

   $4100:  [PPPP P...]
           [CCCC CCCC]