Fighting Hero (NTDEC TC-112) mapper 193
Posted: Thu Feb 06, 2020 9:38 am
While wiki, basing on Disch's notes just points there exist this game, bootgod's page doesnt have it in neither database nor "missing" list.
Wiki's pinout and register list was not complete, so below are improved results.
BTW. My dump of this game differs from the Fighting Hero (Asia) (Unl) (CRC32 of Rom without header: 637134E8). I attach the patch to apply over that ROM to get my dump.

Wiki's pinout and register list was not complete, so below are improved results.
BTW. My dump of this game differs from the Fighting Hero (Asia) (Unl) (CRC32 of Rom without header: 637134E8). I attach the patch to apply over that ROM to get my dump.
Code: Select all
Pins:
* 21 - CIRAM-A10
* 23 - external write strobe (/WR $6006)
* 24 - external write strobe (/WR $6005)
Registers:
$6000 [CCCCCC..] PRG Bank register
$6001 [DDDDDDD.] CHR Bank register 1
$6002 [EEEEEEE.] CHR Bank register 2
$6003 [...PPPPP] CHR Bank register 3
$6004 [.......M] Mirroring register
|
+-- 0=V, 1=H (power-up: H)
$6005 [........] During write cycle, pin 24 goes LOW (external write strobe?)
$6006 [........] During write cycle, pin 23 goes LOW (external write strobe?)
$6007 [........] No effects (unused?)
-------------------------------------------------------------------------------------
$8000 $a000 $c000 $e000
PPPPP 11101 11110 11111
$0000 $0400 $0800 $0c00 $1000 $1400 $1800 $1c00
CCCCCC00 CCCCCC01 CCCCCC10 CCCCCC11 DDDDDDD0 DDDDDDD1 EEEEEEE0 EEEEEEE1
-------------------------------------------------------------------------------------
