[Scummvm-git-logs] scummvm master -> 74ddc4c6bd9af61196b3032f46be11d37cb7c435

eriktorbjorn noreply at scummvm.org
Mon Sep 30 05:07:30 UTC 2024


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:
74ddc4c6bd DARKSEED: Add alternate English CD version


Commit: 74ddc4c6bd9af61196b3032f46be11d37cb7c435
    https://github.com/scummvm/scummvm/commit/74ddc4c6bd9af61196b3032f46be11d37cb7c435
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2024-09-30T07:07:16+02:00

Commit Message:
DARKSEED: Add alternate English CD version

Changed paths:
    engines/darkseed/detection_tables.h


diff --git a/engines/darkseed/detection_tables.h b/engines/darkseed/detection_tables.h
index 459edb45edd..83760bee963 100644
--- a/engines/darkseed/detection_tables.h
+++ b/engines/darkseed/detection_tables.h
@@ -45,6 +45,15 @@ const ADGameDescription gameDescriptions[] = {
 		ADGF_UNSTABLE | ADGF_CD,
 		GUIO1(GUIO_NONE)
 	},
+	{	// 1.51 according to DS.BAT, 1.5P according to intro
+		"darkseed",
+		"CD",
+		AD_ENTRY1s("TOS.EXE", "afaeb490ef8e7625008867aa8f20c703", 168480),
+		Common::EN_ANY,
+		Common::kPlatformDOS,
+		ADGF_UNSTABLE | ADGF_CD,
+		GUIO1(GUIO_NONE)
+	},
 	{
 		"darkseed",
 		"CD",




More information about the Scummvm-git-logs mailing list