cv1k.cpp: replace futariblj program ROM with clean dump, previous was dumped from upgraded futari15 PCB and contained trailing garbage [XeD]

This commit is contained in:
MetalliC 2021-08-08 21:43:19 +03:00
parent 0c13c54fbc
commit e0fea0112d

View File

@ -664,7 +664,7 @@ ROM_END
ROM_START( futariblj )
ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF)
ROM_LOAD16_WORD_SWAP( "futariblk_u4", 0x000000, 0x200000, CRC(6db13c62) SHA1(6a53ce7f70b754936ccbb3a4674d4b2f03979644) ) /* (2007/12/11 BLACK LABEL VER) */
ROM_LOAD16_WORD_SWAP( "futariblk_u4", 0x000000, 0x200000, CRC(b9467b6d) SHA1(64782807fe69acb4ae028e36c5c689d8bd9b7857) ) /* (2007/12/11 BLACK LABEL VER) */
ROM_RELOAD(0x200000,0x200000)
ROM_REGION( 0x8400000, "game", ROMREGION_ERASEFF)