INES Mapper 076: Difference between revisions
From NESdev Wiki
Jump to navigationJump to search
m (add mmc3-like subcat to this n108-based mapper.) |
m (RE'd board. Read nestopia source. Remove crazy.) |
||
Line 1: | Line 1: | ||
[[Category:iNES Mappers]][[Category:MMC3-like mappers]] | [[Category:iNES Mappers]][[Category:MMC3-like mappers]] | ||
======================== | ======================== | ||
= Mapper 076 = | = Mapper 076 = | ||
Line 13: | Line 12: | ||
Notes: | Notes: | ||
--------------------------- | --------------------------- | ||
This board combines the [[iNES Mapper 206|Namcot 108]] mapper IC with a [[7432]] to increase CHR to | |||
128k. The OR gate is only there to permit the use of a 28-pin ROM for CHR. The | |||
trade off is the inflation of the 1k CHR banks to 2k. | |||
Line 22: | Line 23: | ||
$8000: [. | $8000: [.... .AAA] | ||
A = Address for use with $8001 | A = Address for use with $8001 | ||
$8001: [ | $8001: [..DD DDDD] Data port: | ||
R:2 -> CHR reg 0 (2k @ $0000) | R:2 -> CHR reg 0 (2k @ $0000) | ||
R:3 -> CHR reg 1 (2k @ $0800) | R:3 -> CHR reg 1 (2k @ $0800) | ||
R:4 -> CHR reg 2 (2k @ $1000) | R:4 -> CHR reg 2 (2k @ $1000) | ||
R:5 -> CHR reg 3 (2k @ $1800) | R:5 -> CHR reg 3 (2k @ $1800) | ||
R:6 -> PRG reg 0 | R:6 -> PRG reg 0 (8k @ $8000) | ||
R:7 -> PRG reg 1 | R:7 -> PRG reg 1 (8k @ $a000) | ||
CHR Setup: | CHR Setup: | ||
Line 51: | Line 46: | ||
PRG Setup: | PRG Setup: | ||
--------------------------- | --------------------------- | ||
$8000 $A000 $C000 $E000 | $8000 $A000 $C000 $E000 | ||
+-------+-------+-------+-------+ | +-------+-------+-------+-------+ | ||
| R: | | R:6 | R:7 | { -2} | { -1} | | ||
+-------+-------+-------+-------+ | +-------+-------+-------+-------+ | ||
Revision as of 20:10, 11 June 2012
======================== = Mapper 076 = ======================== Example Games: -------------------------- Digital Devil Story - Megami Tensei Notes: --------------------------- This board combines the Namcot 108 mapper IC with a 7432 to increase CHR to 128k. The OR gate is only there to permit the use of a 28-pin ROM for CHR. The trade off is the inflation of the 1k CHR banks to 2k. Registers: --------------------------- Range,Mask: $8000-FFFF, $E001 $8000: [.... .AAA] A = Address for use with $8001 $8001: [..DD DDDD] Data port: R:2 -> CHR reg 0 (2k @ $0000) R:3 -> CHR reg 1 (2k @ $0800) R:4 -> CHR reg 2 (2k @ $1000) R:5 -> CHR reg 3 (2k @ $1800) R:6 -> PRG reg 0 (8k @ $8000) R:7 -> PRG reg 1 (8k @ $a000) CHR Setup: --------------------------- $0000 $0400 $0800 $0C00 $1000 $1400 $1800 $1C00 +---------------+---------------+---------------+---------------+ | R:2 | R:3 | R:4 | R:5 | +---------------+---------------+---------------+---------------+ PRG Setup: --------------------------- $8000 $A000 $C000 $E000 +-------+-------+-------+-------+ | R:6 | R:7 | { -2} | { -1} | +-------+-------+-------+-------+