INES Mapper 252: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
m (add cat:scanlineIRQ, point at NestopiaUE repository instead of broken repository at staulkor.com)
m (defaultsort)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:iNES Mappers|252]][[Category:Mappers with scanline IRQs|252]]
{{DEFAULTSORT:252}}[[Category:iNES Mappers]][[Category:Mappers with cycle IRQs]]iNES Mapper 252 is used for Waixing's Chinese localization of the Japanese Namcot game ''三国志: 中原の覇者 (Sangokushi: Chūgen no Hasha)''. It uses a clone of the Konami [[VRC4]], with the chip's A0 connected to CPU A2 and the chip's A1 connected to CPU A3 (VRC4e, Mapper 23 submapper 2). It has 8 KiB of PRG-RAM at CPU $6000-$7FFF, and 1 KiB CHR pages 6 and 7 are CHR-RAM.
[[INES Mapper 252]] represents one Chinese pirate game released by Waixing, a localized version of Sangokushi. The [https://github.com/rdanbrook/nestopia/blob/master/source/core/board/NstBoardWaixingSgz.cpp Nestopia source] is currently the best reference.
 
[[INES Mapper 253]] is the same, except that it's 1 KiB CHR pages 4 and 5 that are CHR-RAM.
 
Mappers [[iNES Mapper 074|74]], [[iNES Mapper 192|192]], [[iNES Mapper 194|194]], and [[iNES Mapper 195|195]], also used for Waixing's localizations, are similar but use an MMC3.

Latest revision as of 18:50, 24 April 2019

iNES Mapper 252 is used for Waixing's Chinese localization of the Japanese Namcot game 三国志: 中原の覇者 (Sangokushi: Chūgen no Hasha). It uses a clone of the Konami VRC4, with the chip's A0 connected to CPU A2 and the chip's A1 connected to CPU A3 (VRC4e, Mapper 23 submapper 2). It has 8 KiB of PRG-RAM at CPU $6000-$7FFF, and 1 KiB CHR pages 6 and 7 are CHR-RAM.

INES Mapper 253 is the same, except that it's 1 KiB CHR pages 4 and 5 that are CHR-RAM.

Mappers 74, 192, 194, and 195, also used for Waixing's localizations, are similar but use an MMC3.