[Scummvm-git-logs] scummvm master -> 3a2958da424ddb69b989146ab2d789ff1aa7756d
dwatteau
noreply at scummvm.org
Fri Aug 4 16:19:06 UTC 2023
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:
3a2958da42 SCUMM: Add detection for French EGA Monkey1 patched for MT-32
Commit: 3a2958da424ddb69b989146ab2d789ff1aa7756d
https://github.com/scummvm/scummvm/commit/3a2958da424ddb69b989146ab2d789ff1aa7756d
Author: Donovan Watteau (contrib at dwatteau.fr)
Date: 2023-08-04T17:57:36+02:00
Commit Message:
SCUMM: Add detection for French EGA Monkey1 patched for MT-32
As found by BLooperZ, the original French EGA release of Monkey1 can be
made to work with the DISK09.LEC file from the "Roland Update" that
Disney still hosts to this day, as long as the index is patched to use
proper offsets. A French release of DISK09.LEC possibly existed back
then, but if it did it appears to be completely lost to time today, so
using the file from the English EGA release is just way easier.
It's possible for ScummVM to fix this on-the-fly while loading the
resource, but some users prefer patching the 000.LFL index file instead,
which is required if one wants to use MT-32 with the original
interpreter (through DOSBox or DREAMM, for example).
Changed paths:
devtools/scumm-md5.txt
engines/scumm/scumm-md5.h
diff --git a/devtools/scumm-md5.txt b/devtools/scumm-md5.txt
index afd4c1a18d2..b3c8fbeafa8 100644
--- a/devtools/scumm-md5.txt
+++ b/devtools/scumm-md5.txt
@@ -214,6 +214,7 @@ monkey The Secret of Monkey Island
910e31cffb28226bd68c569668a0d6b4 8367 es DOS EGA EGA 8 disk Andrea Petrucci
1d05cd189e4908f79b57e78a4402f292 8357 en DOS EGA EGA 4 disk Andrea Petrucci
ce6a4cef315b20fef58a95bc40a2d8d3 8357 fr DOS EGA EGA 4 disk v1.0, 9/7/90 II Matthieu Milan
+ 0541d37205344bf0992b57db8c1d1361 8357 fr DOS EGA EGA 4 disk v1.0, 9/7/90 II (patched index for MT-32)
aa7a07d94ae853f6460be4ce0a1bf530 -1 fr DOS EGA EGA 4 disk v1.0, 9/7/90 II Parazythum
e98b982ceaf9d253d730bde8903233d6 8357 de DOS EGA EGA 4 disk Joachim Eberhard
477dbafbd66a53c98416dc01aef019ad 8357 it DOS EGA EGA 4 disk Andrea Petrucci
diff --git a/engines/scumm/scumm-md5.h b/engines/scumm/scumm-md5.h
index 998d909560a..73b998b7e30 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 Tue Jul 11 20:40:56 2023
+ This file was generated by the md5table tool on Fri Aug 4 08:34:58 2023
DO NOT EDIT MANUALLY!
*/
@@ -33,6 +33,7 @@ static const MD5Table md5table[] = {
{ "04401d747f1a2c1c4b388daff71ed378", "ft", "", "", 535405461, Common::DE_DEU, Common::kPlatformMacintosh },
{ "04687cdf7f975a89d2474929f7b80946", "indy3", "FM-TOWNS", "", 7552, Common::EN_ANY, Common::kPlatformFMTowns },
{ "049b4229333e0db71b25b87e52747212", "indy3", "EGA", "EGA", 5361, Common::ES_ESP, Common::kPlatformDOS },
+ { "0541d37205344bf0992b57db8c1d1361", "monkey", "EGA", "EGA", 8357, Common::FR_FRA, Common::kPlatformDOS },
{ "0557df19f046a84c2fdc63507c6616cb", "farm", "HE 72", "Demo", 34333, Common::NL_NLD, Common::kPlatformWindows },
{ "055ffe4f47753e47594ac67823220c54", "puttrace", "HE 99", "", 32923, Common::DE_DEU, Common::kPlatformUnknown },
{ "057c9b456dedcc4d71b991a3072a20b3", "monkey", "SEGA", "", 9465, Common::JA_JPN, Common::kPlatformSegaCD },
More information about the Scummvm-git-logs
mailing list