[Scummvm-git-logs] scummvm master -> 213d2d1cf4ceeba98bcb8629c25b6ccdca3c521b
bgK
bastien.bouclet at gmail.com
Sun Mar 15 07:08:16 UTC 2020
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:
213d2d1cf4 MOHAWK: Add detection for a Mac CD game and demo
Commit: 213d2d1cf4ceeba98bcb8629c25b6ccdca3c521b
https://github.com/scummvm/scummvm/commit/213d2d1cf4ceeba98bcb8629c25b6ccdca3c521b
Author: aviloria (aviloria at yahoo.com)
Date: 2020-03-15T08:08:12+01:00
Commit Message:
MOHAWK: Add detection for a Mac CD game and demo
Add detection for the Macintosh CD 'La Tartaruga e la Lepre' (The Turtle and the Hare) [Italian, English], and a demo included on it for the game 'Al mare con la Nonna' (Grandma and me)
Changed paths:
engines/mohawk/detection_tables.h
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index 94c5e3155c..791726366d 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -1358,6 +1358,22 @@ static const MohawkGameDescription gameDescriptions[] = {
0,
},
+ // From the Mac CD "La Tartaruga e la Lepre" (The Turtle and the Hare) [Italian, English]
+ {
+ {
+ "tortoise",
+ "",
+ AD_ENTRY1("BookOutline", "82d0b24a6400bec8e94cde021a4c876b"),
+ Common::IT_ITA,
+ Common::kPlatformMacintosh,
+ ADGF_NO_FLAGS,
+ GUIO1(GUIO_NOASPECT)
+ },
+ GType_LIVINGBOOKSV3,
+ 0,
+ "La Tartaruga e la Lepre"
+ },
+
{
{
"tortoise",
@@ -1770,6 +1786,22 @@ static const MohawkGameDescription gameDescriptions[] = {
"GRANDMA.EXE"
},
+ // From the Mac CD "La Tartaruga e la Lepre" (The Turtle and the Hare) [Italian, English]
+ {
+ {
+ "grandma",
+ "Demo v1.2",
+ AD_ENTRY1("BookOutline", "599fece5d71cdd19c9726c28dbf634d8"),
+ Common::IT_ITA,
+ Common::kPlatformMacintosh,
+ ADGF_DEMO,
+ GUIO1(GUIO_NOASPECT)
+ },
+ GType_LIVINGBOOKSV3,
+ GF_DEMO,
+ "Al mare con la Nonna"
+ },
+
{
{
"grandma",
More information about the Scummvm-git-logs
mailing list