INES Mapper 152: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
m (add links to examples in nescartdb)
m (Updated deprecated bootgod links to redirect to their NESCartDB equivalents.)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[Category:iNES Mappers|152]][[Category:Discrete logic mappers|152]][[Category:in NesCartDB|152]][[Category:Mappers with bus conflicts]]
{{DEFAULTSORT:152}}[[Category:iNES Mappers]][[Category:Discrete logic mappers]][[Category:in NesCartDB]][[Category:Mappers with bus conflicts]]
   ========================
   ========================
   =  Mapper 152          =
   =  Mapper 152          =
Line 7: Line 7:
   Example Games:
   Example Games:
   --------------------------
   --------------------------
   [http://bootgod.dyndns.org:7777/profile.php?id=2253 Arkanoid 2 (J)]
   [https://nescartdb.com/profile/view/2253/arkanoid-ii Arkanoid 2 (J)]
   [http://bootgod.dyndns.org:7777/profile.php?id=1539 Gegege no Kitarou 2]
   [https://nescartdb.com/profile/view/1539/gegege-no-kitarou-2-youkai-gundan-no-chousen Gegege no Kitarou 2]
    
    
    
    

Latest revision as of 02:14, 14 September 2023

 ========================
 =  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. One variant of mapper 78 is the same thing with the nibbles swapped.