INES Mapper 107

From NESdev Wiki
Revision as of 23:45, 13 November 2011 by Zeromus (talk | contribs) (Created page with "Category:iNES Mappers Here are Disch's original notes: ======================== = Mapper 107 = ======================== Example Game: -------------…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
 Here are Disch's original notes:  
 ========================
 =  Mapper 107          =
 ========================
 
 Example Game:
 --------------------------
 Magic Dragon
 
 
 Registers:
 ---------------------------
 I do not know whether or not this mapper suffers from bus conflicts.  Use caution!
 
   $8000-FFFF:  [PPPP PPP.]
                [CCCC CCCC]
     P = Selects 32k PRG @ $8000
     C = Selects 8k CHR @ $0000
 
 This is very strange.  Bits 1-7 seem to be used by both CHR and PRG.