summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Scott Stone <tafoid@users.noreply.github.com>2011-06-21 14:21:28 +0000
committer Scott Stone <tafoid@users.noreply.github.com>2011-06-21 14:21:28 +0000
commit844a3ce9bf334db22ec701454f57f3d89ad7ecfd (patch)
tree0152efadddf2ec88276b6d144faabe5bcfc5a9e5
parent1fe3f7912c1a978ebf2fe67a2021f999c494dfd8 (diff)
Fixed 04388: specfrce: Wrong SHA1 check sum in XML data for CHD (v3 vs. v4)
-rw-r--r--src/mame/drivers/vp101.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/vp101.c b/src/mame/drivers/vp101.c
index 31c900a08ee..f92aa456e05 100644
--- a/src/mame/drivers/vp101.c
+++ b/src/mame/drivers/vp101.c
@@ -99,7 +99,7 @@ ROM_START(specfrce)
ROM_LOAD( "specialforces_boot34.u4", 0x000000, 0x100000, CRC(db4862ac) SHA1(a1e886d424cf7d26605e29d972d48e8d44ae2d58) )
DISK_REGION( "ide" )
- DISK_IMAGE_READONLY("sf010101", 0, SHA1(2fc4e02d08163d8ed28b00f590240d550eaa6015) )
+ DISK_IMAGE_READONLY("sf010101", 0, SHA1(59b5e3d8e1d5537204233598830be2066aad0556) )
ROM_END
GAME( 2002, specfrce, 0, vp101, vp101, 0, ROT0, "ICE/Play Mechanix", "Special Forces Elite Training", GAME_NOT_WORKING|GAME_NO_SOUND )