INES Mapper 107: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
(Created page with "Category:iNES Mappers Here are Disch's original notes: ======================== = Mapper 107 = ======================== Example Game: -------------…")
 
m (add emulator details)
Line 20: Line 20:
    
    
   This is very strange.  Bits 1-7 seem to be used by both CHR and PRG.
   This is very strange.  Bits 1-7 seem to be used by both CHR and PRG.
FCEUX implements only the bottom 3 bits of the unified register.

Revision as of 04:39, 29 February 2012

 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.

FCEUX implements only the bottom 3 bits of the unified register.