NES 2.0 Mapper 516: Difference between revisions
From NESdev Wiki
Jump to navigationJump to search
NewRisingSun (talk | contribs) (Document a few mappers with numbers 256+ already used and discussed on the forum) |
(→Registers: rewrite to explicitly denote register address masks. Defer inner bank documentation to normal MMC3 article.) |
||
Line 2: | Line 2: | ||
==Registers== | ==Registers== | ||
Mask: $E011 | |||
* $8000, $8001, $A000, $A001, $C000, $C001, $E000, $E001; addresses where CPU A4 is low: As normal [[MMC3]]. Note that the PRG and CHR banks are limited to a 128 KiB inner bank. | |||
Mask: $8010 | |||
$8010: A~[1xxx xxxx xxx1 CCPP] | |||
|||| | |||
||++-- Select 128 KiB outer PRG bank (i.e. PRG A18 and A17) | |||
++---- Select 128 KiB outer CHR bank (i.e. CHR A18 and A17) | |||
==See also== | ==See also== | ||
http://forums.nesdev.org/viewtopic.php?f=3&t=16660 | http://forums.nesdev.org/viewtopic.php?f=3&t=16660 |
Latest revision as of 08:10, 24 December 2017
INES 2.0 Mapper 516 is used for the two Brilliant Com Cocoma Pack cartridges from EduBank. They consist of an MMC3 clone (AX5202P) with an additional PAL.
Registers
Mask: $E011
- $8000, $8001, $A000, $A001, $C000, $C001, $E000, $E001; addresses where CPU A4 is low: As normal MMC3. Note that the PRG and CHR banks are limited to a 128 KiB inner bank.
Mask: $8010
$8010: A~[1xxx xxxx xxx1 CCPP] |||| ||++-- Select 128 KiB outer PRG bank (i.e. PRG A18 and A17) ++---- Select 128 KiB outer CHR bank (i.e. CHR A18 and A17)