INES Mapper 147: Difference between revisions
From NESdev Wiki
Jump to navigationJump to search
m (should probably explicitly mention banking style) |
(stop repeating myself) |
||
Line 6: | Line 6: | ||
$4102: [PCCC CP..] - Select 32 KiB PRG bank and 8 KiB CHR bank | $4102: [PCCC CP..] - Select 32 KiB PRG bank and 8 KiB CHR bank | ||
The localization (''Chinese Kungfu'') seems to be defective, despite its verified status is GoodNES (“[!]”)—the wrong CHR banks are selected during attract mode and in the second area of gameplay. Looking at the actual graphics, CHR banks 4 & 6, 5 & 7, 12 & 14, 13 & 15 are duplicates of 2, 3, 10, 11 respectively. Taking the last 120KiB of CHR from Challenge of the Dragon and using it to replace the corresponding bytes in Chinese Kungfu seems to produce graphics that function as intended. | |||
Sources: | Sources: | ||
* http://cah4e3.shedevr.org.ru/%5Blst%5D-sachen-mappers.txt | * http://cah4e3.shedevr.org.ru/%5Blst%5D-sachen-mappers.txt | ||
* http://sourceforge.net/p/fceultra/code/3072/tree/fceu/trunk/src/boards/sachen.cpp#l322 | * http://sourceforge.net/p/fceultra/code/3072/tree/fceu/trunk/src/boards/sachen.cpp#l322 |
Revision as of 06:50, 15 May 2014
Санчез says that iNES Mapper 147 is yet another Sachen board, used for the game Challenge of the Dragon and its localization Chinese Kungfu ( 少林武者 )
Mask: $4103 Bus conflicts in the mirror at $C102-$FFFE (don't do that) $4102: [PCCC CP..] - Select 32 KiB PRG bank and 8 KiB CHR bank
The localization (Chinese Kungfu) seems to be defective, despite its verified status is GoodNES (“[!]”)—the wrong CHR banks are selected during attract mode and in the second area of gameplay. Looking at the actual graphics, CHR banks 4 & 6, 5 & 7, 12 & 14, 13 & 15 are duplicates of 2, 3, 10, 11 respectively. Taking the last 120KiB of CHR from Challenge of the Dragon and using it to replace the corresponding bytes in Chinese Kungfu seems to produce graphics that function as intended.
Sources: