[Scummvm-git-logs] scummvm master -> 14bc3f59a87d7bc55750145b86ba27c00c337669
eriktorbjorn
noreply at scummvm.org
Mon Nov 3 17:41:31 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
14bc3f59a8 MEDIASTATION: Add Swedish Pocahontas detection entries
Commit: 14bc3f59a87d7bc55750145b86ba27c00c337669
https://github.com/scummvm/scummvm/commit/14bc3f59a87d7bc55750145b86ba27c00c337669
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2025-11-03T18:41:00+01:00
Commit Message:
MEDIASTATION: Add Swedish Pocahontas detection entries
These don't work either.
Changed paths:
engines/mediastation/detection_tables.h
diff --git a/engines/mediastation/detection_tables.h b/engines/mediastation/detection_tables.h
index 107a9ae82d7..c57d7d621db 100644
--- a/engines/mediastation/detection_tables.h
+++ b/engines/mediastation/detection_tables.h
@@ -34,6 +34,7 @@ const PlainGameDescriptor mediastationGames[] = {
{ "ibmcrayolaholiday", "IBM/Crayola Print Factory Holiday Activity Pack" },
{ "101dalmatians", "Disney's Animated Storybook: 101 Dalmatians" },
{ "herculesasb", "Disney's Animated Storybook: Hercules" },
+ { "pocahontas", "Disney's Animated Storybook: Pocahontas"},
{ "barbieasrapunzel", "Magic Fairy Tales: Barbie as Rapunzel" },
{ "tonkasearchandrescue", "Tonka Search and Rescue" },
{ "arielstorystudio", "Disney presents Ariel's Story Studio" },
@@ -284,6 +285,36 @@ const ADGameDescription gameDescriptions[] = {
GUIO1(GUIO_NOASPECT)
},
+ // Disney's Animated Storybook: Pocahontas
+ {
+ "pocahontas",
+ "v1.0/SE", // Also includes English as an in-game language option
+ AD_ENTRY3s(
+ "POCA_ASB.EXE", "b5dc94c806c1122a69b19a2ef9113d3c", 389440,
+ "BOOT.STM", "dfb9353599cf8ca0f95095353041ef54", 337944,
+ "100.CXT", "7f9fae41a07e8e1cc467d1b2be37ef9d", 1117144
+ ),
+ Common::SV_SWE,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE,
+ GUIO1(GUIO_NOASPECT)
+ },
+
+ // Disney's Animated Storybook: Pocahontas
+ {
+ "pocahontas",
+ "v1.0/SE", // Also includes English as an in-game language option
+ AD_ENTRY3s(
+ "Pocahontas", "r:6b0d52f286954d7dbb5fd703ff696b40", 326402,
+ "BOOT.STM", "dfb9353599cf8ca0f95095353041ef54", 337944,
+ "100.CXT", "7f9fae41a07e8e1cc467d1b2be37ef9d", 1117144
+ ),
+ Common::SV_SWE,
+ Common::kPlatformMacintosh,
+ ADGF_UNSTABLE,
+ GUIO1(GUIO_NOASPECT)
+ },
+
// Magic Fairy Tales: Barbie as Rapunzel
{
"barbieasrapunzel",
More information about the Scummvm-git-logs
mailing list