[Scummvm-git-logs] scummvm master -> 32ec72f8c9d148ff641ba77cc21a1921dcef7168
trembyle
54326852+trembyle at users.noreply.github.com
Wed Oct 27 16:06:34 UTC 2021
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:
32ec72f8c9 DIRECTOR: Add detection for first Fuzzy Floppy
Commit: 32ec72f8c9d148ff641ba77cc21a1921dcef7168
https://github.com/scummvm/scummvm/commit/32ec72f8c9d148ff641ba77cc21a1921dcef7168
Author: trembyle (sean.patrick.brody at gmail.com)
Date: 2021-10-27T12:05:03-04:00
Commit Message:
DIRECTOR: Add detection for first Fuzzy Floppy
Added English version from MIP to detection.
Windows version plays fine to the main menu, then does not play sound
in game. Mac version does not start.
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 3d74d8250e..f344ae04b8 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -2542,7 +2542,13 @@ static const DirectorGameDescription gameDescriptions[] = {
// Original filename is ã»ãµããã®æçç©èª
MACDEMO1_l("futarinoryori", "Demo", "A Tale of Two Chefs", "22815cf659b911c4e07d0015cac5d98f", 301937, Common::JA_JPN, 400),
- WINGAME1_l("fuzzyfloppybee", "", "APEDORO.EXE", "317dfcb883a6dd59129606adcd3ffdcb", 696827, Common::IT_ITA, 404),
+ // Developed by De Agostini Multimedia, Novara, Piedmont, Italy (1995)
+ // Original Italian title is Fuzzy e Floppy: Il mistero dell'ape d'oro
+ // English version by Macmillan Interactive Publishing (MIP), London
+ MACGAME1("fuzzyfloppy1", "", "Fuzzy & Floppy (PPC)", "25e6bf9372fb9350b0873a2c1c66e312", 60068, 404),
+ WINGAME1t("fuzzyfloppy1", "", "BEE.EXE", "f60a44f4c3fe602685f972e16746040d", 696827, 404),
+ WINGAME1_l("fuzzyfloppy1", "", "APEDORO.EXE", "317dfcb883a6dd59129606adcd3ffdcb", 696827, Common::IT_ITA, 404),
+ WINDEMO1("fuzzyfloppy1", "Demo", "APE.EXE", "317dfcb883a6dd59129606adcd3ffdcb", 696827, 404),
MACGAME2_l("gate1", "", "THE_GATE", "8ea9e9a699c61edddffd79ddd0c994d7", 290654,
"start.Dxr", "f4f0efc5c519b3ebd63c6d3f8e343967", 5622, Common::JA_JPN, 402),
More information about the Scummvm-git-logs
mailing list