[Scummvm-git-logs] scummvm master -> 63e8675e9314cbf60f3f0b76bb7283a42c7642fd
sev-
noreply at scummvm.org
Sat Aug 26 10:25:45 UTC 2023
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
09759178db MOHAWK: Added extra info to Living Books entries
63e8675e93 MOHAWK: Added detection for 3 more variants of Living Books titles from ZOOM
Commit: 09759178db8d26e731f8138a16d97eda129955c7
https://github.com/scummvm/scummvm/commit/09759178db8d26e731f8138a16d97eda129955c7
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-08-26T12:25:26+02:00
Commit Message:
MOHAWK: Added extra info to Living Books entries
Changed paths:
engines/mohawk/detection_tables.h
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index 9951986d5a5..4159cde1e77 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -1072,7 +1072,7 @@ static const MohawkGameDescription gameDescriptions[] = {
{
{
"harryhh",
- "",
+ "v1.1",
AD_ENTRY1("HARRY.512", "8d786f0998f27e44603a2202d6786c25"),
Common::EN_ANY,
Common::kPlatformWindows,
@@ -1106,7 +1106,7 @@ static const MohawkGameDescription gameDescriptions[] = {
{
{
"harryhh",
- "",
+ "Super Living Books",
AD_ENTRY1("HARRY.512", "39d11399796dfa36d3f631d2d87e8b85"),
Common::EN_ANY,
Common::kPlatformWindows,
@@ -1259,7 +1259,7 @@ static const MohawkGameDescription gameDescriptions[] = {
{
{
"greeneggs",
- "",
+ "32-bit",
AD_ENTRY1("GREEN32.LB", "5df8438138186f89e71299d7b4f88d06"),
Common::EN_ANY,
Common::kPlatformWindows,
@@ -1320,7 +1320,7 @@ static const MohawkGameDescription gameDescriptions[] = {
{
{
"seussabc",
- "",
+ "32-bit",
AD_ENTRY1("ABC32.LB", "1d56a9351974a7a70ace5274a4570b72"),
Common::EN_ANY,
Common::kPlatformWindows,
@@ -1475,7 +1475,7 @@ static const MohawkGameDescription gameDescriptions[] = {
{
{
"tortoise",
- "",
+ "Super Living Books",
AD_ENTRY1("TORTOISE.512", "e9ec7a6bc6b451c9e85e5b4f072d5143"),
Common::EN_ANY,
Common::kPlatformWindows,
@@ -1728,7 +1728,7 @@ static const MohawkGameDescription gameDescriptions[] = {
{
{
"arthur",
- "",
+ "Super Living Books",
AD_ENTRY1("PAGES.512", "cd995d20d0d7b4642476fd76044b4e5b"),
Common::EN_ANY,
Common::kPlatformWindows,
@@ -3175,7 +3175,7 @@ static const MohawkGameDescription gameDescriptions[] = {
{
{
"beardark",
- "",
+ "32-bit",
AD_ENTRY1("DARK32.LB", "28abbf5498aeb29e78e5e0dec969ebe2"),
Common::EN_ANY,
Common::kPlatformWindows,
Commit: 63e8675e9314cbf60f3f0b76bb7283a42c7642fd
https://github.com/scummvm/scummvm/commit/63e8675e9314cbf60f3f0b76bb7283a42c7642fd
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-08-26T12:25:26+02:00
Commit Message:
MOHAWK: Added detection for 3 more variants of Living Books titles from ZOOM
Changed paths:
engines/mohawk/detection_tables.h
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index 4159cde1e77..dff3c34b13a 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -1332,6 +1332,22 @@ static const MohawkGameDescription gameDescriptions[] = {
0
},
+ // ZOOM-platform
+ {
+ {
+ "seussabc",
+ "",
+ AD_ENTRY1s("ABC32.LB", "436d08cbf0eb6573f0abffddac0da70d", 4032),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUIO1(GUIO_NOASPECT)
+ },
+ GType_LIVINGBOOKSV2,
+ 0,
+ 0
+ },
+
{
{
"seussabc",
@@ -3299,6 +3315,22 @@ static const MohawkGameDescription gameDescriptions[] = {
0
},
+ // ZOOM platform
+ {
+ {
+ "stellaluna",
+ "32-bit",
+ AD_ENTRY1s("STELLA32.LB", "ca8562a79f63485680e21191f5865fd7", 4336),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUIO1(GUIO_NOASPECT)
+ },
+ GType_LIVINGBOOKSV2,
+ 0,
+ 0
+ },
+
// From aluff in bug#5711
{
{
@@ -3332,6 +3364,22 @@ static const MohawkGameDescription gameDescriptions[] = {
0
},
+ // ZOOM platform
+ {
+ {
+ "sheila",
+ "",
+ AD_ENTRY1s("SHEILA32.LB", "334f3da1ed0b610506bec551be67c62b", 24997),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUIO1(GUIO_NOASPECT)
+ },
+ GType_LIVINGBOOKSV2,
+ 0,
+ 0
+ },
+
// From aluff in bug#5728
{
{
More information about the Scummvm-git-logs
mailing list