INES Mapper 113: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
m (add cat:4020)
(add cat:multicart, remove links to m79)
Line 1: Line 1:
[[Category:iNES Mappers|113]][[Category:GNROM-like mappers|113]][[Category:Mappers using $4020-$5FFF|113]]
[[Category:iNES Mappers|113]][[Category:GNROM-like mappers|113]][[Category:Mappers using $4020-$5FFF|113]][[Category:Multicart mappers|113]]


[[iNES Mapper 113]] is used to designate a board similar to but larger than the [[NINA-003-006|NINA-03/06]] board. The actual name of these larger multicarts is unknown, as none are in NesCartDB.
[[iNES Mapper 113]] is used to designate a multicart made for a bunch of [[NINA-003-006|NINA-03/06]] games. The actual name of these larger multicarts is unknown, as none are in NesCartDB.
   Here are Disch's original notes:  
   Here are Disch's original notes:  
   ========================
   ========================
Line 30: Line 30:
    
    
   Note the high bit of the CHR Reg.
   Note the high bit of the CHR Reg.
Note that FCEUX does not honor the mirror bit.


Any games smaller-or-equal to 64/64 are probably actually [[iNES Mapper 079|mapper 79]]. Disch generalized the two mappers to only differ on whether they could control mirroring.
Any games smaller-or-equal to 64/64 are almost certainly actually ''mapper 79''.

Revision as of 22:04, 30 May 2014


iNES Mapper 113 is used to designate a multicart made for a bunch of NINA-03/06 games. The actual name of these larger multicarts is unknown, as none are in NesCartDB.

 Here are Disch's original notes: 
 ========================
 =  Mapper 113          =
 ========================
 
 Example Games:
 --------------------------
 HES 6-in-1
 Mind Blower Pak
 Total Funpak
 
 
 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:  [MCPP PCCC]
     C = CHR Reg (8k @ $0000)
     P = PRG Reg (32k @ $8000)
     M = Mirroring:
         0 = Horz
         1 = Vert
 
 Note the high bit of the CHR Reg.

Any games smaller-or-equal to 64/64 are almost certainly actually mapper 79.