INES Mapper 192: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
(Super Bat Puncher is the first HB game I've seen to use the Faxanadu trick)
No edit summary
Line 1: Line 1:
[[Category:iNES Mappers]]
'''iNES Mapper 192''' is used to designate a board, used by Chinese developers, similar in capability to TQROM ([[iNES Mapper 119]]).
'''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.
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.
Line 10: Line 12:
This is effectively the same as [[INES Mapper 074]] but with twice as much CHR RAM.
This is effectively the same as [[INES Mapper 074]] but with twice as much CHR RAM.


== References ==
*[http://www.romhacking.net/docs/362/ NES Mapper List] by Disch


[[Category:iNES Mappers]]
  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.

Revision as of 23:52, 13 November 2011


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.