[Scummvm-git-logs] scummvm master -> b45387bc5113eb0dba0bd9340245b7c1cda05e09

eriktorbjorn noreply at scummvm.org
Mon Oct 20 20:17:21 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:
b45387bc51 MEDIASTATION: Add detection entry for Swedish Winnie the Pooh


Commit: b45387bc5113eb0dba0bd9340245b7c1cda05e09
    https://github.com/scummvm/scummvm/commit/b45387bc5113eb0dba0bd9340245b7c1cda05e09
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2025-10-20T22:16:33+02:00

Commit Message:
MEDIASTATION: Add detection entry for Swedish Winnie the Pooh

Unfortunately it doesn't even start.

Changed paths:
    engines/mediastation/detection_tables.h


diff --git a/engines/mediastation/detection_tables.h b/engines/mediastation/detection_tables.h
index 66aa98e9a8e..c3846919c6f 100644
--- a/engines/mediastation/detection_tables.h
+++ b/engines/mediastation/detection_tables.h
@@ -140,6 +140,20 @@ const ADGameDescription gameDescriptions[] = {
 		GUIO1(GUIO_NOASPECT)
 	},
 
+	{
+		"honeytree",
+		"v2.0/SE", // Also includes English as an in-game language option.
+		AD_ENTRY3s(
+			"WPHTASB.EXE", "8cbb2b365a1073ca5c8c1fde301094ea", 443008,
+			"BOOT.STM", "448efdc32f4ce36b5e4f91b34f44437a", 55284,
+			"100.CXT", "76bd87d2692b6ab7b034bbc50957156b", 1966658
+		),
+		Common::SV_SWE,
+		Common::kPlatformWindows,
+		ADGF_UNSTABLE,
+		GUIO1(GUIO_NOASPECT)
+	},
+
 	// Disney's Animated Storybook: The Hunchback of Notre Dame
 	{
 		"notredame",




More information about the Scummvm-git-logs mailing list