INES Mapper 089: Difference between revisions
From NESdev Wiki
Jump to navigationJump to search
(Created page with "Category:iNES Mappers Here are Disch's original notes: ======================== = Mapper 089 = ======================== Example Games: ------------…") |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:iNES Mappers]] | [[Category:iNES Mappers]] | ||
This mapper is used by Tenka no Goikenban: Mito Koumon (J). This game uses the Sunsoft-2 chip, but it works differently than [[iNES Mapper 093|Mapper 093]] (the board must be wired differently?) | |||
Here is the documentation in [[INES_Mapper_DischDocs|disch's original style]]: | |||
Registers: | Registers: | ||
Line 32: | Line 21: | ||
| $8000 | { -1} | | | $8000 | { -1} | | ||
+---------------+---------------+ | +---------------+---------------+ | ||
Notes: | |||
--------------------------- | |||
I do not know whether or not this mapper suffers from bus conflicts. Use caution! |
Revision as of 20:37, 16 November 2011
This mapper is used by Tenka no Goikenban: Mito Koumon (J). This game uses the Sunsoft-2 chip, but it works differently than Mapper 093 (the board must be wired differently?)
Here is the documentation in disch's original style:
Registers: -------------------------- $8000-FFFF: [CPPP MCCC] C = Select 8k CHR @ $0000 P = Select 16k PRG @ $8000 M = Mirroring: 0 = 1ScA 1 = 1ScB PRG Setup: -------------------------- $8000 $A000 $C000 $E000 +---------------+---------------+ | $8000 | { -1} | +---------------+---------------+
Notes: --------------------------- I do not know whether or not this mapper suffers from bus conflicts. Use caution!