Skip to content

Commit

Permalink
Corrected "tehkanwch" gfx1 ROM (nw)
Browse files Browse the repository at this point in the history
After another two "tehkanwch" boards were found and dumped (where this ROM matched the parent), and a deeper analisys from Roberto Fresca (who thinks that it was a bitrot, since it was a nonsense modification of a sprite), I've changed the ROM #9 (gfx1) to match the parent, as found on the new dumps.
  • Loading branch information
clawgrip authored and cuavas committed Sep 20, 2018
1 parent ea9925b commit 49a9d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mame/drivers/tehkanwc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@ ROM_START( tehkanwch )
ROM_LOAD( "worldcup_5.bin", 0x0000, 0x4000, CRC(e3112be2) SHA1(7859e51b4312dc5df01c88e1d97cf608abc7ca72) ) // 27128

ROM_REGION( 0x04000, "gfx1", 0 ) /* fg tiles */
ROM_LOAD( "worldcup_9.bin", 0x00000, 0x4000, CRC(79383e09) SHA1(cefc6483412bee9b01b210b690ed0335617b766c) ) // 27128
ROM_LOAD( "worldcup_9.bin", 0x00000, 0x4000, CRC(a9e274f8) SHA1(02b46e1b149a856f0be74a23faaeb792935b66c7) ) // 27128

ROM_REGION( 0x10000, "gfx2", 0 ) /* sprites */
ROM_LOAD( "worldcup_7.bin", 0x00000, 0x8000, CRC(055a5264) SHA1(fe294ba57c2c858952e2fab0be1b8859730846cb) ) // 24256
Expand Down

0 comments on commit 49a9d1f

Please sign in to comment.