INES Mapper 046: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
(Created page with "Category:iNES Mappers Here are Disch's original notes: ======================== = Mapper 046 = ======================== Example Game: -------------…")
 
m (iNES category sorting)
Line 1: Line 1:
[[Category:iNES Mappers]]
[[Category:iNES Mappers|046]]
   Here are Disch's original notes:   
   Here are Disch's original notes:   
   ========================
   ========================

Revision as of 08:21, 28 September 2012

 Here are Disch's original notes:  
 ========================
 =  Mapper 046          =
 ========================
 
 Example Game:
 --------------------------
 Rumblestation 15-in-1
 
 
 Bus Conflicts?:
 ---------------------------
 No idea whether or not this mapper suffers from bus conflicts.  Use caution!
 
 
 Registers:
 ---------------------------
 
 Regs at $6000-7FFF means no PRG-RAM.
 
 
   $6000-7FFF:  [CCCC PPPP]   High CHR, PRG bits
   $8000-FFFF:  [.CCC ...P]   Low CHR, PRG bits
 
 'C' selects 8k CHR @ $0000
 'P' select 32k PRG @ $8000
 
 
 Powerup:
 ---------------------------
 $6000 set to 0 on powerup.