INES Mapper 107: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
m (Add Cat:DLM)
(Link to bootleggames article about the game this is used for; DEFAULTSORT; Category:Mappers with overlapping PRG and CHR registers)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[Category:iNES Mappers]][[Category:Discrete logic mappers]]
''[[wikia:c:bootleggames:Magic Dragon|Magic Dragon]]'' is a side-scrolling shoot-em-up by Magicseries.
  Here are Disch's original notes:   
It is heavily inspired by Irem's ''R-Type''.
 
Here are Disch's original notes:   
   ========================
   ========================
   =  Mapper 107          =
   =  Mapper 107          =
Line 21: Line 23:
   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.
FCEUX implements only the bottom 3 bits of the unified register.
{{DEFAULTSORT:107}}
[[Category:iNES Mappers]][[Category:Discrete logic mappers]][[Category:Mappers with overlapping PRG and CHR registers]]

Latest revision as of 18:08, 30 April 2014

Magic Dragon is a side-scrolling shoot-em-up by Magicseries. It is heavily inspired by Irem's R-Type.

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.