INES Mapper 097: Difference between revisions
From NESdev Wiki
Jump to navigationJump to search
m (refile. currently tracing board to check for bus conflicts) |
m (traced everything under the ROM and RAM; couldn't get more than 11/28 pins on the actual TAM-S1 though.) |
||
Line 13: | Line 13: | ||
Registers: | Registers: | ||
-------------------------- | -------------------------- | ||
It is believed that this mapper does not suffer from bus conflicts. | |||
$8000-FFFF: [MM.. PPPP] | $8000-FFFF: [MM.. PPPP] |
Revision as of 05:12, 28 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: -------------------------- 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)