INES Mapper 097: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
(update per krzysiobal)
m (fix bootgod link)
 
Line 1: Line 1:
[[Category:iNES Mappers|097]][[Category:in NesCartDB|097]]
[[Category:iNES Mappers|097]][[Category:in NesCartDB|097]]
[[iNES Mapper 097]] represents the single game that uses [[Irem TAM-S1 pinout|Irem's TAM-S1]] IC, [http://bootgod.dyndns.org:7777/profile.php?id=3801 Kaiketsu Yanchamaru].
[[iNES Mapper 097]] represents the single game that uses [[Irem TAM-S1 pinout|Irem's TAM-S1]] IC, [https://nescartdb.com/profile/view/3801 Kaiketsu Yanchamaru].
    
    
   Registers:
   Registers:

Latest revision as of 08:04, 7 March 2025

iNES Mapper 097 represents the single game that uses Irem's TAM-S1 IC, Kaiketsu Yanchamaru.

 Registers:
 --------------------------
 This mapper does not have bus conflicts.
 
   $8000-BFFF:  [M..P PPPP]
     P = PRG Reg  (16k @ $C000)
     M = Mirroring:
        %0 = Horz (PPU A11)
        %1 = Vert (PPU A10)
 
 
 PRG Setup:
 --------------------------
 
       $8000   $A000   $C000   $E000  
     +---------------+---------------+
     |     { -1}     |     $8000     |
     +---------------+---------------+

The underlying hardware is a little more capable, but is wired in a way such that that is inaccessible.

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