INES Mapper 087: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
(Created page with "Category:iNES Mappers Here are Disch's original notes: ======================== = Mapper 087 = ======================== Example Games: ---------…")
 
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 00:20, 21 February 2012

 Here are Disch's original notes:  
 ========================
 =  Mapper 087          =
 ========================
 
 
 Example Games:
 --------------------------
 Argus (J)
 City Connection (J)
 Ninja Jajamaru Kun
 
 
 Notes:
 ---------------------------
 Regs are at $6000-7FFF, so these games have no SRAM.
 
 
 Registers:
 --------------------------
 
   $6000-7FFF:  [.... ..AB]
     B = High CHR Bit
     A = Low CHR Bit
 
   This reg selects 8k CHR @ $0000.  Note the reversed bit orders.  Most games using this mapper only have 16k
 CHR, so the 'B' bit is usually unused.