Corrected bad romset for sprites in Terra Force Japan set, nw

This commit is contained in:
Angelo Salese 2011-07-10 16:11:25 +00:00
parent ef5602532b
commit b6817c6c57

View File

@ -1720,9 +1720,9 @@ ROM_START( terrafj )
ROM_LOAD( "15.8a", 0x00000, 0x10000, CRC(2144d8e0) SHA1(ed89da11abf3d79753b478603009970c2600ab60) ) /* background tiles */
ROM_LOAD( "14.6a", 0x10000, 0x10000, CRC(744f5c9e) SHA1(696223a087bb575c7cfaba11e682b221ada461e4) )
ROM_REGION( 0x20000, "gfx4", 0 )
ROM_LOAD( "12.7d", 0x00000, 0x10000, CRC(2d1f2ceb) SHA1(77544e1c4bda06feac135a96bb76af7c79278dc0) ) /* sprites */
ROM_LOAD( "13.9d", 0x10000, 0x10000, CRC(1d2f92d6) SHA1(e842c6bf95a5958a6ca2c85e68b9bc3cc15211a4) )
ROM_REGION( 0x20000, "gfx4", 0 ) /* stolen from the japan bootleg set, needs PCB verification */
ROM_LOAD( "12.7d", 0x00000, 0x10000, BAD_DUMP CRC(d74085a1) SHA1(3f6ba85dbd6e48a502c115b2d322a586fc4f56c9) ) /* sprites */
ROM_LOAD( "13.9d", 0x10000, 0x10000, BAD_DUMP CRC(148aa0c5) SHA1(8d8a565540e91b384a9c154522501921b7da4d4e) )
ROM_REGION( 0x4000, "blit_data", 0 ) /* data for mcu/blitter */
ROM_LOAD( "10.11c", 0x0000, 0x4000, CRC(ac705812) SHA1(65be46ee959d8478cb6dffb25e61f7742276997b) )