INES Mapper 107: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
m (add emulator details)
m (Add Cat:DLM)
Line 1: Line 1:
[[Category:iNES Mappers]]
[[Category:iNES Mappers]][[Category:Discrete logic mappers]]
   Here are Disch's original notes:   
   Here are Disch's original notes:   
   ========================
   ========================

Revision as of 04:40, 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.