summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author MetalliC <0vetal0@gmail.com>2021-08-08 21:43:19 +0300
committer MetalliC <0vetal0@gmail.com>2021-08-08 21:43:19 +0300
commite0fea0112d8d37922c1947d0bd4236e3d1daf98a (patch)
tree1c879f0e480ad2ede6cf2d0addf2a9d5c52f4b71
parent0c13c54fbc3dd7d8f0dffd10ee8dff81f2b2a37b (diff)
cv1k.cpp: replace futariblj program ROM with clean dump, previous was dumped from upgraded futari15 PCB and contained trailing garbage [XeD]
-rw-r--r--src/mame/drivers/cv1k.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cv1k.cpp b/src/mame/drivers/cv1k.cpp
index b8bef970c31..ada42e2e459 100644
--- a/src/mame/drivers/cv1k.cpp
+++ b/src/mame/drivers/cv1k.cpp
@@ -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)