INES Mapper 047: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
m (add cat:scanlineIRQ)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:iNES Mappers]][[Category:MMC3-like mappers]]
{{DEFAULTSORT:047}}[[Category:iNES Mappers]][[Category:MMC3-like mappers]][[Category:Multicart mappers]][[Category:in NesCartDB]][[Category:Mappers with scanline IRQs]]
   Here are Disch's original notes:   
   Here are Disch's original notes:   
   ========================
   ========================
Line 13: Line 13:
   ---------------------------
   ---------------------------
    
    
   Yet another MMC3 multicart.  See mapper 004 for info on MMC3.
   Yet another [[MMC3]] multicart.  See [[INES Mapper 004|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
   There is no PRG-RAM.  The multicart reg lies at $6000-7FFF, but is only writable when MMC3 PRG-RAM is enabled

Latest revision as of 17:28, 18 May 2015

 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.