INES Mapper 097: Difference between revisions
From NESdev Wiki
Jump to navigationJump to search
m (traced everything under the ROM and RAM; couldn't get more than 11/28 pins on the actual TAM-S1 though.) |
(update per krzysiobal) |
||
Line 1: | Line 1: | ||
[[Category:iNES Mappers|097]][[Category:in NesCartDB|097]] | [[Category:iNES Mappers|097]][[Category:in NesCartDB|097]] | ||
[[iNES Mapper 097]] represents | [[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]. | ||
Registers: | Registers: | ||
-------------------------- | -------------------------- | ||
This mapper does not have bus conflicts. | |||
$8000- | $8000-BFFF: [M..P PPPP] | ||
P = PRG Reg (16k @ $C000) | P = PRG Reg (16k @ $C000) | ||
M = Mirroring: | M = Mirroring: | ||
% | %0 = Horz (PPU A11) | ||
%1 = Vert (PPU A10) | |||
% | |||
Line 31: | Line 20: | ||
| { -1} | $8000 | | | { -1} | $8000 | | ||
+---------------+---------------+ | +---------------+---------------+ | ||
The underlying hardware is a little more capable, but is wired in a way such that that is inaccessible. | |||
[[iNES Mapper 180|Mapper 180]] is basically this mapper without mirroring control. (But the fixed bank is 0, not last) | [[iNES Mapper 180|Mapper 180]] is basically this mapper without mirroring control. (But the fixed bank is 0, not last) |
Latest revision as of 22:21, 19 February 2020
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)