INES Mapper 152: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
m (start cross-referencing sibling boards (70↔152))
m (refile, add cat:nescartdb, also bus conflicts are assured.)
Line 1: Line 1:
[[Category:iNES Mappers]][[Category:Discrete logic mappers]]
[[Category:iNES Mappers|152]][[Category:Discrete logic mappers|152]][[Category:in NesCartDB|152]]
  Here are Disch's original notes:
   ========================
   ========================
   =  Mapper 152          =
   =  Mapper 152          =
Line 13: Line 12:
    
    
    
    
   Registers:
   Registers: (** BUS CONFLICTS **)
   --------------------------
   --------------------------
 
  I don't know whether or not this mapper suffers from bus conflicts.  Use caution!
    
    
     $8000-FFFF:  [MPPP CCCC]
     $8000-FFFF:  [MPPP CCCC]

Revision as of 03:08, 2 August 2012

 ========================
 =  Mapper 152          =
 ========================
 
 
 Example Games:
 --------------------------
 Arkanoid 2 (J)
 Gegege no Kitarou 2
 
 
 
 Registers: (** BUS CONFLICTS **)
 --------------------------
 
   $8000-FFFF:  [MPPP CCCC]
     M = Mirroring:
         0 = 1ScA
         1 = 1ScB
 
     P = PRG Reg (16k @ $8000)
     C = CHR Reg (8k @ $0000)
 
 
 PRG Setup:
 --------------------------
 
       $8000   $A000   $C000   $E000  
     +---------------+---------------+
     |     $8000     |     { -1}     |
     +---------------+---------------+

The version of this board without mirroring control is mapper 70.