INES Mapper 047: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
(Created page with "Category:iNES Mappers Here are Disch's original notes: ======================== = Mapper 047 = ======================== Example Game: -------------…")
 
Line 1: Line 1:
[[Category:iNES Mappers]]
[[Category:iNES Mappers]][[Category:MMC3-like mappers]]
   Here are Disch's original notes:   
   Here are Disch's original notes:   
   ========================
   ========================

Revision as of 21:12, 14 April 2012

 Here are Disch's original notes:  
 ========================
 =  Mapper 047          =
 ========================
 
 Example Game:
 --------------------------
 Super Spike V'Ball + Nintendo World Cup
 
 
 Notes:
 ---------------------------
 
 Yet another MMC3 multicart.  See mapper 004 for info on MMC3.
 
 There is no PRG-RAM.  The multicart reg lies at $6000-7FFF, but is only writable when MMC3 PRG-RAM is enabled
 and writable (see $A001)
 
 
 Registers:
 ---------------------------
 
   $6000-7FFF:  [.... ...B]  Block select
   $8000-FFFF:  Same as MMC3 for selected block
 
 
 Each block has 128k PRG and 128k CHR.