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

mduggan noreply at scummvm.org
Sat Sep 27 23:52:50 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:
a6f49abfbc DGDS: Add Willy Beamish detection entry DE/EGA/3.5"


Commit: a6f49abfbc9d9f6f62fbe0b333ba6f01268ed8ed
    https://github.com/scummvm/scummvm/commit/a6f49abfbc9d9f6f62fbe0b333ba6f01268ed8ed
Author: Matthew Duggan (mgithub at guarana.org)
Date: 2025-09-28T09:51:35+10:00

Commit Message:
DGDS: Add Willy Beamish detection entry DE/EGA/3.5"

Fixes #16232.

Changed paths:
    engines/dgds/detection_tables.h


diff --git a/engines/dgds/detection_tables.h b/engines/dgds/detection_tables.h
index 305e77b9831..8fc13db61ba 100644
--- a/engines/dgds/detection_tables.h
+++ b/engines/dgds/detection_tables.h
@@ -237,6 +237,22 @@ static const ADGameDescription gameDescriptions[] = {
 		GUIO1(GUIO_NONE)
 	},
 
+	// Adventures of Willy Beamish (PC FDD EGA German 720k 3.5" v1.0)
+	// reported by ns394 (#16232)
+	{
+		"beamish",
+		"EGA",
+		{
+			{"volume.rmf", 0, "1dee2f11e2a9a07e938953e2819550e3", 8837},
+			{"volume.001", 0, "9b1c60ab33b3515a6330a5aa49d8e99f", 686125},
+			AD_LISTEND
+		},
+		Common::DE_DEU,
+		Common::kPlatformDOS,
+		ADGF_UNSTABLE | ADGF_DGDS_EGA,
+		GUIO1(GUIO_NONE)
+	},
+
 	// Adventures of Willy Beamish (Macintosh)
 	{
 		"beamish",




More information about the Scummvm-git-logs mailing list