[Scummvm-git-logs] scummvm master -> 2b2c6412c57f09fdd4a497343624da8fd850bf16

mduggan noreply at scummvm.org
Mon Mar 3 00:13:59 UTC 2025


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:
2b2c6412c5 DGDS: Add detection entry for Willy Beamish FDD 1.01


Commit: 2b2c6412c57f09fdd4a497343624da8fd850bf16
    https://github.com/scummvm/scummvm/commit/2b2c6412c57f09fdd4a497343624da8fd850bf16
Author: Matthew Duggan (mgithub at guarana.org)
Date: 2025-03-03T11:12:09+11:00

Commit Message:
DGDS: Add detection entry for Willy Beamish FDD 1.01

Fixes #15773

Changed paths:
    engines/dgds/detection_tables.h


diff --git a/engines/dgds/detection_tables.h b/engines/dgds/detection_tables.h
index f185333a798..cd330b97a82 100644
--- a/engines/dgds/detection_tables.h
+++ b/engines/dgds/detection_tables.h
@@ -191,6 +191,22 @@ static const ADGameDescription gameDescriptions[] = {
 		GUIO1(GUIO_NONE)
 	},
 
+	// Adventures of Willy Beamish (PC FDD)
+	// 1.01, Int. 10.11.91 reported by gabberhead (#15773)
+	{
+		"beamish",
+		0,
+		{
+			{"volume.rmf", 0, "25ac28f345a849237ad2662f0ce2ccb5", 9896},
+			{"volume.001", 0, "7e9f3b0b7a5ec9989d3149f5e1f011a9", 1263366},
+			AD_LISTEND
+		},
+		Common::EN_ANY,
+		Common::kPlatformDOS,
+		ADGF_TESTING,
+		GUIO1(GUIO_NONE)
+	},
+
 	// Adventures of Willy Beamish (Macintosh)
 	{
 		"beamish",




More information about the Scummvm-git-logs mailing list