mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
Corrected "tehkanwch" gfx1 ROM (nw)
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.
This commit is contained in:
parent
ea9925b176
commit
49a9d1f335
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user