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

mduggan noreply at scummvm.org
Thu Mar 20 09:14:49 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:
ac5719ccfd DGDS: Add detection for Heart of China German EGA


Commit: ac5719ccfd4b1278bb863b760606e814d7145854
    https://github.com/scummvm/scummvm/commit/ac5719ccfd4b1278bb863b760606e814d7145854
Author: Matthew Duggan (mgithub at guarana.org)
Date: 2025-03-20T20:12:40+11:00

Commit Message:
DGDS: Add detection for Heart of China German EGA

This fixes #15809.

Changed paths:
    engines/dgds/detection_tables.h


diff --git a/engines/dgds/detection_tables.h b/engines/dgds/detection_tables.h
index 5ddae16b786..97127f24ea6 100644
--- a/engines/dgds/detection_tables.h
+++ b/engines/dgds/detection_tables.h
@@ -350,6 +350,22 @@ static const ADGameDescription gameDescriptions[] = {
 		GUIO1(GUIO_NONE)
 	},
 
+	// Heart of China (PC) EGA 720kb German Floppy version
+	// 1.0 reported by ns394 (#15809)
+	{
+		"china",
+		0,
+		{
+			{"volume.rmf", 0, "1655f41c5de53f87c9851b3524f0cbae", 8208},
+			{"volume.001", 0, "9de863e3cb1467fde7d91c02942432de", 344018},
+			AD_LISTEND
+		},
+		Common::DE_DEU,
+		Common::kPlatformDOS,
+		ADGF_TESTING | ADGF_DGDS_EGA,
+		GUIO1(GUIO_NONE)
+	},
+
 	// Heart of China (PC)
 	{
 		"china",




More information about the Scummvm-git-logs mailing list