INES Mapper 192

From NESdev Wiki
Revision as of 23:52, 13 November 2011 by Zeromus (talk | contribs)
Jump to navigationJump to search


iNES Mapper 192 is used to designate a board, used by Chinese developers, similar in capability to TQROM (iNES Mapper 119). It uses a clone of the MMC3 but uses the CHR bank number in such a way so as to allow both CHR ROM and CHR RAM to be used simultaneously.

Mapper 192 games are thought to follow a similar strategy to Faxanadu and Super Bat Puncher, reserving some CHR RAM for software-rendered text boxes. No mapper has enough CHR ROM banks to allow showing dialogue using Chinese characters with only CHR ROM and without prerendering each sentence, and unlike Japanese, Chinese cannot use the common shortcut of using only phonetic characters.

Registers

Registers resemble MMC3, except CHR ROM banks 8, 9, 10, and 11 are replaced with CHR RAM. Other (unknown) inaccuracies compared to an authentic MMC3 may be present. This is effectively the same as INES Mapper 074 but with twice as much CHR RAM.


 Here are Disch's original notes:  
 ========================
 =  Mapper 192          =
 ========================
 
 
 aka:
 --------------------------
 Pirate MMC3 variant
 
 
 Example Game:
 --------------------------
 Ying Lie Qun Xia Zhuan
 
 
 Notes:
 --------------------------
 This mapper is a modified MMC3 (or is based on MMC3?).
 
 In addition to any CHR-ROM present, there is also an additional 4k of CHR-RAM which is selectable.
 
 CHR Pages $08-$0B are CHR-RAM, other pages are CHR-ROM.
 
 Apart from that, this mapper behaves exactly like your typical MMC3.  See mapper 004 for details.