INES Mapper 087: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
(Undo revision 8572 by Tepples (talk) No, the mask rom has the standard pinout. Either m101 doesn't exist, or m87 can't support 32KB CHR.)
m (change cat:dlm to cat:cnrom)
Line 1: Line 1:
[[Category:iNES Mappers|087]][[Category:Discrete logic mappers|087]][[Category:in NesCartDB|087]]
{{DEFAULTSORT:087}}[[Category:iNES Mappers]][[Category:CNROM-like mappers]][[Category:in NesCartDB]]
   Here are Disch's original notes:   
   Here are Disch's original notes:   
   ========================
   ========================

Revision as of 02:22, 15 May 2014

 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:  [.... ..LH]
     H = High CHR Bit
     L = 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 'H' bit is usually unused.

iNES Mapper 101 is the exact same board, but the bits misinterpreted as in order. CNROM (which postdates mapper 87) is the same but with the bits in order and bus conflicts.