NES 2.0 Mapper 439: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
((stub))
 
(Add description)
Line 1: Line 1:
{{DEFAULTSORT:439}}[[Category:Multicart mappers]]'''NES 2.0 Mapper 439''' denotes the '''YS2309''' multicart PCB. Its UNIF MAPRs are '''BMC-DS-07''' and '''BMC-K86B'''.
{{DEFAULTSORT:439}}[[Category:Multicart mappers]][[Category:Mappers with CHR RAM]]'''NES 2.0 Mapper 439''' denotes the '''YS2309''' UxROM-like multicart PCB. Its UNIF MAPRs are '''BMC-DS-07''' and '''BMC-K86B'''. All registers set to $00 on reset.
 
==Latch Register ($8000-$FFFF, write)==
D~[M..PP PPPP]
    |  ++-++++- PRG A19..A14 when CPU A14=0,
    |          $3F when CPU A14=1
    +---------- Nametable mirroring, 0=Vertical, 1=Horizontal
This is basically an UxROM-like latch register for up to 1 MiB of PRG ROM, plus software-switchable mirroring.
 
==Outer Bank Register ($6000, write)==
D~[.PPP ....]
    +++------ PRG A19..A17 if enabled via $6001
 
==Mask Register ($6001, write)==
D*[MPPP ....]
    |||+------- 0: PRG A17 from Latch, 1: PRG A17 from $6000
    ||+-------- 0: PRG A18 from Latch, 1: PRG A18 from $6000
    |+--------- 0: PRG A19 from Latch, 1: PRG A19 from $6000
    +---------- 1: Protect Mirroring bit in Latch from being changed

Revision as of 19:21, 21 June 2023

NES 2.0 Mapper 439 denotes the YS2309 UxROM-like multicart PCB. Its UNIF MAPRs are BMC-DS-07 and BMC-K86B. All registers set to $00 on reset.

Latch Register ($8000-$FFFF, write)

D~[M..PP PPPP]
   |  ++-++++- PRG A19..A14 when CPU A14=0,
   |           $3F when CPU A14=1
   +---------- Nametable mirroring, 0=Vertical, 1=Horizontal

This is basically an UxROM-like latch register for up to 1 MiB of PRG ROM, plus software-switchable mirroring.

Outer Bank Register ($6000, write)

D~[.PPP ....]
    +++------ PRG A19..A17 if enabled via $6001

Mask Register ($6001, write)

D*[MPPP ....]
   |||+------- 0: PRG A17 from Latch, 1: PRG A17 from $6000
   ||+-------- 0: PRG A18 from Latch, 1: PRG A18 from $6000
   |+--------- 0: PRG A19 from Latch, 1: PRG A19 from $6000
   +---------- 1: Protect Mirroring bit in Latch from being changed