[Scummvm-git-logs] scummvm master -> 1cc9c401096f50a95e7026ebf8506bbe36337a9c
dwatteau
noreply at scummvm.org
Wed Oct 5 19:16:29 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
1cc9c40109 SCUMM: Add detection for the French 4-disk VGA floppy version of MI1
Commit: 1cc9c401096f50a95e7026ebf8506bbe36337a9c
https://github.com/scummvm/scummvm/commit/1cc9c401096f50a95e7026ebf8506bbe36337a9c
Author: Donovan Watteau (contrib at dwatteau.fr)
Date: 2022-10-05T21:15:19+02:00
Commit Message:
SCUMM: Add detection for the French 4-disk VGA floppy version of MI1
Unlike the 8-disk version, this one has proper MT-32 resources (see
commit 655afcdf55ec884fdc934313f087d83546177953 for more context).
Reported by a French player owning this (rare?) release.
Changed paths:
devtools/scumm-md5.txt
engines/scumm/scumm-md5.h
diff --git a/devtools/scumm-md5.txt b/devtools/scumm-md5.txt
index 1b26f917a47..56dc9cf7cfe 100644
--- a/devtools/scumm-md5.txt
+++ b/devtools/scumm-md5.txt
@@ -217,6 +217,7 @@ monkey The Secret of Monkey Island
a01fab4a64d47b96e2e58e6b0f825cc7 8347 fr DOS VGA VGA 8 disk v1.0, 6/4/91 II (incomplete MT-32) Sebast26
93f436541c10ce1e8a72cb3878ec0347 8357 es DOS VGA VGA 8 disk v1.0, 23.May.91 eientei95
15e03ffbfeddb9c2aebc13dcb2a4a8f4 8357 en DOS VGA VGA 4 disk
+ 25a7ce1cda4c7181c33c1c87a7cf6c7a 8357 fr DOS VGA VGA 4 disk v1.0, 6/4/91 II
66fd5ff9a810dfeb6d6bdada18221140 8357 it DOS VGA VGA 4 disk Andrea Petrucci
d0b531227a27c6662018d2bd05aac52a 8357 de DOS VGA VGA 4 disk v1.1, 14.Feb.91 Fingolfin
45152f7cf2ba8f43cf8a8ea2e740ae09 8357 es DOS VGA VGA 4 disk Fingolfin
diff --git a/engines/scumm/scumm-md5.h b/engines/scumm/scumm-md5.h
index 3eb4eb8b9b5..5b2b84c6a95 100644
--- a/engines/scumm/scumm-md5.h
+++ b/engines/scumm/scumm-md5.h
@@ -1,5 +1,5 @@
/*
- This file was generated by the md5table tool on Wed Oct 5 09:35:44 2022
+ This file was generated by the md5table tool on Wed Oct 5 19:14:59 2022
DO NOT EDIT MANUALLY!
*/
@@ -137,6 +137,7 @@ static const MD5Table md5table[] = {
{ "23394c8d29cc63c61313959431a12476", "spyfox", "HE 100", "Updated", -1, Common::EN_ANY, Common::kPlatformWindows },
{ "24942a4200d99bdb4bdb78f9c7e07027", "pajama3", "", "Mini Game", 13911, Common::NL_NLD, Common::kPlatformWindows },
{ "254fede2f15dbb32a23760d601b01816", "zak", "V1", "", -1, Common::EN_ANY, Common::kPlatformC64 },
+ { "25a7ce1cda4c7181c33c1c87a7cf6c7a", "monkey", "VGA", "VGA", 8357, Common::FR_FRA, Common::kPlatformDOS },
{ "261cd0da05b12917458d1c816a9d2ec9", "monkey", "CD", "CD", 8955, Common::PL_POL, Common::kPlatformDOS },
{ "2723fea3dae0cb47768c424b145ae0e7", "tentacle", "Floppy", "Floppy", 7932, Common::EN_ANY, Common::kPlatformDOS },
{ "27b2ef1653089fe5b897d9cc89ce784f", "balloon", "HE 80", "", -1, Common::RU_RUS, Common::kPlatformWindows },
More information about the Scummvm-git-logs
mailing list