[Scummvm-git-logs] scummvm master -> 1d20be75a48adc9a273ffda26cd37b3cc4507ce2
dwatteau
noreply at scummvm.org
Mon Mar 24 18:05:56 UTC 2025
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:
1d20be75a4 SCUMM: HE: Add proper detection code for Macintosh French Freddi4 (Trac#15611)
Commit: 1d20be75a48adc9a273ffda26cd37b3cc4507ce2
https://github.com/scummvm/scummvm/commit/1d20be75a48adc9a273ffda26cd37b3cc4507ce2
Author: Donovan Watteau (contrib at dwatteau.fr)
Date: 2025-03-24T19:04:27+01:00
Commit Message:
SCUMM: HE: Add proper detection code for Macintosh French Freddi4 (Trac#15611)
>From my own 'FFISH4PCMCF' PC/Mac copy found at a thrift store.
Changed paths:
devtools/scumm-md5.txt
engines/scumm/detection_tables.h
engines/scumm/scumm-md5.h
diff --git a/devtools/scumm-md5.txt b/devtools/scumm-md5.txt
index 209f5b45800..ae997422dd6 100644
--- a/devtools/scumm-md5.txt
+++ b/devtools/scumm-md5.txt
@@ -639,7 +639,7 @@ freddi4 Freddi Fish 4: The Case of the Hogfish Rustlers of Briny Gulch
07b810e37be7489263f7bc7627d4765d -1 ru Windows unenc Unencrypted - sev
a336134914eaab4892d35625aa15ad1d -1 ru Windows HE 99 - - George Kormendi
b5298a5c15ffbe8b381d51ea4e26d35c 44233 de All HE 99 - - Joachim Eberhard
- 4f138ac6f9b2ac5a41bc68b2c3296064 44233 fr Windows HE 99 - - gist974
+ 4f138ac6f9b2ac5a41bc68b2c3296064 44233 fr All HE 99 - - gist974
e9271b3d0694c7101f10d675ab7c0133 -1 it Windows HE 99 - - George Q. Greg
78bd5f036ea35a878b74e4f47941f784 44035 ru Windows HE 99 - - sev
diff --git a/engines/scumm/detection_tables.h b/engines/scumm/detection_tables.h
index ae47330d00a..706456245f3 100644
--- a/engines/scumm/detection_tables.h
+++ b/engines/scumm/detection_tables.h
@@ -706,6 +706,7 @@ static const GameFilenamePattern gameFilenamesTable[] = {
{ "freddi4", "FreddiMini", kGenHEPC, UNK_LANG, UNK, 0 },
{ "freddi4", "Malice4", kGenHEMac, Common::FR_FRA, Common::kPlatformMacintosh, 0 },
{ "freddi4", "MaliceMRC", kGenHEPC, Common::FR_FRA, UNK, 0 },
+ { "freddi4", "MaliceMRC", kGenHEMac, Common::FR_FRA, UNK, 0 },
{ "freddi4", "Mm4demo", kGenHEPC, Common::FR_FRA, UNK, 0 },
{ "FreddisFunShop", "FreddisFunShop", kGenHEPC, UNK_LANG, Common::kPlatformWindows, 0 },
diff --git a/engines/scumm/scumm-md5.h b/engines/scumm/scumm-md5.h
index a790c8ac5b0..97815fd5759 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 Thu Jan 9 10:16:55 2025
+ This file was generated by the md5table tool on Mon Mar 24 17:34:20 2025
DO NOT EDIT MANUALLY!
*/
@@ -269,7 +269,7 @@ static const MD5Table md5table[] = {
{ "4e859d3ef1e146b41e7d93c35cd6cc62", "puttzoo", "HE 100", "Lite", -1, Common::EN_ANY, Common::kPlatformIOS },
{ "4edbf9d03550f7ba01e7f34d69b678dd", "spyfox", "HE 98.5", "Demo", 20141, Common::NL_NLD, Common::kPlatformUnknown },
{ "4f04b321a95d4315ce6d65f8e1dd0368", "maze", "HE 80", "", 23479, Common::EN_USA, Common::kPlatformUnknown },
- { "4f138ac6f9b2ac5a41bc68b2c3296064", "freddi4", "HE 99", "", 44233, Common::FR_FRA, Common::kPlatformWindows },
+ { "4f138ac6f9b2ac5a41bc68b2c3296064", "freddi4", "HE 99", "", 44233, Common::FR_FRA, Common::kPlatformUnknown },
{ "4f1d6f8b38343dba405472538b5037ed", "fbear", "HE 62", "", 7717, Common::EN_ANY, Common::kPlatformDOS },
{ "4f267a901719623de7dde83e47d5b474", "atlantis", "Amiga", "Floppy", 12035, Common::DE_DEU, Common::kPlatformAmiga },
{ "4f580a021eee026f3b4589e17d130d78", "freddi4", "", "", 44190, Common::EN_USA, Common::kPlatformUnknown },
More information about the Scummvm-git-logs
mailing list