INES Mapper 097: Difference between revisions
From NESdev Wiki
Jump to navigationJump to search
(Created page with "Category:iNES Mappers Here are Disch's original notes: ======================== = Mapper 097 = ======================== Example Game: -------------…") |
m (Cross-reference 97↔180) |
||
Line 30: | Line 30: | ||
| { -1} | $8000 | | | { -1} | $8000 | | ||
+---------------+---------------+ | +---------------+---------------+ | ||
[[iNES Mapper 180|Mapper 180]] is basically this mapper without mirroring control. (But the fixed bank is 0, not last) |
Revision as of 19:07, 9 July 2012
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)