From 7486202939573f0e986464d2fd62abf6a8245259 Mon Sep 17 00:00:00 2001 From: "therealmogminer@gmail.com" Date: Tue, 25 Oct 2016 22:22:21 +0200 Subject: [PATCH] Renamed wargods CHD to reflect actual version on disk --- src/mame/drivers/midvunit.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/mame/drivers/midvunit.cpp b/src/mame/drivers/midvunit.cpp index 1384768b6cf..37652825b7e 100644 --- a/src/mame/drivers/midvunit.cpp +++ b/src/mame/drivers/midvunit.cpp @@ -1797,7 +1797,7 @@ PCB LAYOUT |-----------------------------| |---------------------------------------| |---------------------------------------| */ -ROM_START( wargods ) /* Boot EPROM Version 1.0, Game Type: 452 (10/09/1996) */ +ROM_START( wargods ) /* Boot EPROM Version 1.0, Game Type: 452 (11/07/1996) */ ROM_REGION16_LE( 0x10000, "dcs", 0 ) /* sound data */ ROM_LOAD16_BYTE( "u2.rom", 0x000000, 0x8000, CRC(bec7d3ae) SHA1(db80aa4a645804a4574b07b9f34dec6b6b64190d) ) @@ -1805,7 +1805,9 @@ ROM_START( wargods ) /* Boot EPROM Version 1.0, Game Type: 452 (10/09/1996) */ ROM_LOAD( "u41.rom", 0x000000, 0x20000, CRC(398c54cc) SHA1(6c4b5d6ec5c844dcbf181f9d86a9196a088ed2db) ) DISK_REGION( "ata:0:hdd:image" ) - DISK_IMAGE( "wargods_10-09-1996", 0, SHA1(7585bc65b1038589cb59d3e7c56e08ca9d7015b8) ) + DISK_IMAGE( "wargods_11-07-1996", 0, SHA1(7585bc65b1038589cb59d3e7c56e08ca9d7015b8) ) // HDD had a label of 10-09-1996, but the game reports + // a version of 11-07-1996, so it was probably upgraded + // in the field. ROM_END ROM_START( wargodsa ) /* Boot EPROM Version 1.0, Game Type: 452 (08/15/1996) */