INES Mapper 097: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
m (Cross-reference 97↔180)
m (refile. currently tracing board to check for bus conflicts)
Line 1: Line 1:
[[Category:iNES Mappers]]
[[Category:iNES Mappers|097]][[Category:in NesCartDB|097]]
[[iNES Mapper 097]] represents boards using Irem's TAM-S1 IC.
   Here are Disch's original notes:   
   Here are Disch's original notes:   
   ========================
   ========================

Revision as of 06:34, 27 August 2012

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

 Here are Disch's original notes:  
 ========================
 =  Mapper 097          =
 ========================
 
 Example Game:
 --------------------------
 Kaiketsu Yanchamaru
 
 
 Registers:
 --------------------------
 I'm not sure whether or not this mapper suffers from bus conflicts.  Use caution!
 
   $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)