NES 2.0 Mapper 461: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
(Created page with "{{DEFAULTSORT:461}}Category:Multicart mappers'''NES 2.0 Mapper 461''' denotes the NTDEC '''0324''' PCB, used for two ''HQ 高品質合卡 15-in-1'' multicarts. ==Address Latch ($8000-$FFFF, write)== A~[1... CCCC M.pN .PPP] |||| | || +++- PRG A17..A15 |||| | |+------ 0: PRG A14=CPU A14 (NROM-256) |||| | | 1: PRG A14=p (NROM-128) |||| | +------- PRG A14 if M=1 |||| +--------- Mirroring, 0=Vertical, 1=Horizontal...")
 
(Merge previous mapper 461 definition with 61, use number 461 for Wuzi Gun instead.)
Line 1: Line 1:
{{DEFAULTSORT:461}}[[Category:Multicart mappers]]'''NES 2.0 Mapper 461''' denotes the NTDEC '''0324''' PCB, used for two ''HQ 高品質合卡 15-in-1'' multicarts.
{{DEFAULTSORT:461}}[[Category:Multicart mappers]]'''NES 2.0 Mapper 461''' denotes the '''NTDEC ''' PCB, used for the ''6-in-1 Wuzi Gun'' [[MMC1]]-based multicart, consisting of the two MMC1 games ''Operation Wolf'' and ''Mechanized Attack'' plus four NROM-128 games. There is one 256 KiB CHR ROM chip and one 32 KiB CHR ROM chip, with the 256 KiB one being stored first in the .NES file.
==Address Latch ($8000-$FFFF, write)==
==Outer Bank Register ($6000-$7FFF, write)==
  A~[1... CCCC M.pN .PPP]
  A~[011. .... .... pMPP]
        |||| | || +++- PRG A17..A15
                  ||++-- PRG A15..A14 in NROM-128 mode
        |||| | |+------ 0: PRG A14=CPU A14 (NROM-256)
                  |+---- PRG Mode and CHR ROM chip select
        |||| | |       1: PRG A14=p (NROM-128)
                  ||      0: NROM-128 mode PRG, second (32 KiB) CHR chip
        |||| | +------- PRG A14 if M=1
                  ||     1: MMC1 mode PRG mode, first (256 KiB) CHR chip
        |||| +--------- Mirroring, 0=Vertical, 1=Horizontal
                  ++---- PRG A17..A16
        ++++----------- CHR A16..A13
                  +----- CHR A17
                  +----- 0: 128 KiB inner PRG bank in MMC1 mode (for Operation Wolf)
                          1: 64 KiB inner PRG bank in MMC1 mode (for Mechanized Attack)
This register connects to the MMC1's WRAM interface. The MMC1 clone mimics an MMC1A, so the WRAM interface cannot be disabled. The MMC1's registers select mirroring as well as 128 KiB PRG and 128 KiB CHR banks

Revision as of 21:39, 23 June 2023

NES 2.0 Mapper 461 denotes the NTDEC PCB, used for the 6-in-1 Wuzi Gun MMC1-based multicart, consisting of the two MMC1 games Operation Wolf and Mechanized Attack plus four NROM-128 games. There is one 256 KiB CHR ROM chip and one 32 KiB CHR ROM chip, with the 256 KiB one being stored first in the .NES file.

Outer Bank Register ($6000-$7FFF, write)

A~[011. .... .... pMPP]
                  ||++-- PRG A15..A14 in NROM-128 mode
                  |+---- PRG Mode and CHR ROM chip select
                  ||      0: NROM-128 mode PRG, second (32 KiB) CHR chip
                  ||      1: MMC1 mode PRG mode, first (256 KiB) CHR chip
                  ++---- PRG A17..A16
                  +----- CHR A17
                  +----- 0: 128 KiB inner PRG bank in MMC1 mode (for Operation Wolf)
                         1: 64 KiB inner PRG bank in MMC1 mode (for Mechanized Attack)

This register connects to the MMC1's WRAM interface. The MMC1 clone mimics an MMC1A, so the WRAM interface cannot be disabled. The MMC1's registers select mirroring as well as 128 KiB PRG and 128 KiB CHR banks