INES Mapper 097

From NESdev Wiki
Revision as of 05:12, 28 August 2012 by Lidnariq (talk | contribs) (traced everything under the ROM and RAM; couldn't get more than 11/28 pins on the actual TAM-S1 though.)
Jump to navigationJump to search

iNES Mapper 097 represents boards using Irem's TAM-S1 IC.

 Here are Disch's original notes:  
 ========================
 =  Mapper 097          =
 ========================
 
 Example Game:
 --------------------------
 Kaiketsu Yanchamaru
 
 
 Registers:
 --------------------------
 It is believed that this mapper does not suffer from bus conflicts.
 
   $8000-FFFF:  [MM.. PPPP]
     P = PRG Reg  (16k @ $C000)
     M = Mirroring:
        %00 = 1ScA
        %01 = Horz
        %10 = Vert
        %11 = 1ScB
 
 
 PRG Setup:
 --------------------------
 
       $8000   $A000   $C000   $E000  
     +---------------+---------------+
     |     { -1}     |     $8000     |
     +---------------+---------------+

Mapper 180 is basically this mapper without mirroring control. (But the fixed bank is 0, not last)