NES 2.0 Mapper 346: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
(Created page with "Category:FDS conversion mappers NES 2.0 Mapper 346 is used for Kaiser's cartridge conversion of the FDS game ''Zanac''. Its UNIF board name is '''UNL-KS7012'''. =Banks= *...")
 
m (cat, defaultsort)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:FDS conversion mappers]]
{{DEFAULTSORT:346}}[[Category:FDS conversion mappers]][[Category:Mappers with CHR RAM]]
NES 2.0 Mapper 346 is used for Kaiser's cartridge conversion of the FDS game ''Zanac''. Its UNIF board name is '''UNL-KS7012'''.
NES 2.0 Mapper 346 is used for Kaiser's cartridge conversion of the FDS game ''Zanac''. Its UNIF board name is '''UNL-KS7012'''.


=Banks=
=Banks=
* CPU $6000-$7FFF: Unbanked 8 Kib of PRG-RAM
* CPU $6000-$7FFF: Unbanked 8 KiB of PRG-RAM
* CPU $8000-$FFFF: Selectable 32 KiB PRG-ROM bank, defaults to #1
* CPU $8000-$FFFF: Selectable 32 KiB PRG-ROM bank, defaults to #1
* PPU $0000-$1FFF: Unbanked 8 KiB of CHR-RAM
* PPU $0000-$1FFF: Unbanked 8 KiB of CHR-RAM

Latest revision as of 18:19, 9 October 2019

NES 2.0 Mapper 346 is used for Kaiser's cartridge conversion of the FDS game Zanac. Its UNIF board name is UNL-KS7012.

Banks

  • CPU $6000-$7FFF: Unbanked 8 KiB of PRG-RAM
  • CPU $8000-$FFFF: Selectable 32 KiB PRG-ROM bank, defaults to #1
  • PPU $0000-$1FFF: Unbanked 8 KiB of CHR-RAM

Mirroring is hard-wired.

Registers

The actual address masks are unknown.

  • CPU $E0A0: Select 32 KiB PRG-ROM bank #0 at CPU $8000-$FFFF.
  • CPU $EE36: Select 32 KiB PRG-ROM bank #1 at CPU $8000-$FFFF.