mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
Renamed wargods CHD to reflect actual version on disk
This commit is contained in:
parent
4397ed8c0d
commit
7486202939
@ -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) */
|
||||
|
Loading…
Reference in New Issue
Block a user