[Scummvm-git-logs] scummvm master -> 03d283f7b03f4a15094aece349ee0d0172bf63cd

sluicebox noreply at scummvm.org
Tue Mar 3 17:08:14 UTC 2026


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
0590e92978 TINSEL: Add detection for second DW1 CD DOS Demo
03d283f7b0 TINSEL: Add detection for DW1 Japanese Saturn CD


Commit: 0590e9297875ed2713769b1e76a63580e34aaf23
    https://github.com/scummvm/scummvm/commit/0590e9297875ed2713769b1e76a63580e34aaf23
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2026-03-03T10:08:00-07:00

Commit Message:
TINSEL: Add detection for second DW1 CD DOS Demo

Changed paths:
    engines/tinsel/detection_tables.h


diff --git a/engines/tinsel/detection_tables.h b/engines/tinsel/detection_tables.h
index 578e13b1c18..67981523e01 100644
--- a/engines/tinsel/detection_tables.h
+++ b/engines/tinsel/detection_tables.h
@@ -55,7 +55,7 @@ static const TinselGameDescription gameDescriptions[] = {
 
 	// ==== Discworld 1 entries ===============================================
 
-	{	// CD Demo V1 version, with *.gra files
+	{	// CD Demo V1 version, with *.gra files. March 1995
 		{
 			"dw",
 			"CD Demo",
@@ -72,6 +72,23 @@ static const TinselGameDescription gameDescriptions[] = {
 		TINSEL_V1,
 	},
 
+	{	// CD Demo V1 version, with *.gra files. April 1995
+		{
+			"dw",
+			"CD Demo",
+			AD_ENTRY2s("dw.gra", "fa8cc1de3d5534fa5314493a37bae54f", 781692,
+					   "english.smp", NULL, AD_NO_SIZE),
+			Common::EN_ANY,
+			Common::kPlatformDOS,
+			ADGF_DEMO | ADGF_CD,
+			GUIO0()
+		},
+		GID_DW1,
+		0,
+		0,
+		TINSEL_V1,
+	},
+
 	{	// Macintosh CD Demo V1 version, with *.scn files, see tracker #5517
 		{
 			"dw",


Commit: 03d283f7b03f4a15094aece349ee0d0172bf63cd
    https://github.com/scummvm/scummvm/commit/03d283f7b03f4a15094aece349ee0d0172bf63cd
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2026-03-03T10:08:00-07:00

Commit Message:
TINSEL: Add detection for DW1 Japanese Saturn CD

Changed paths:
    engines/tinsel/detection_tables.h


diff --git a/engines/tinsel/detection_tables.h b/engines/tinsel/detection_tables.h
index 67981523e01..888f16d866a 100644
--- a/engines/tinsel/detection_tables.h
+++ b/engines/tinsel/detection_tables.h
@@ -509,6 +509,23 @@ static const TinselGameDescription gameDescriptions[] = {
 		TINSEL_V1,
 	},
 
+	{	// Japanese Saturn CD
+		{
+			"dw",
+			_s("Saturn CD version is not yet supported"),
+			AD_ENTRY2s("dw.scn", "23c8c0644d88f0a7d176173192907188", 445124,
+					   "english.smp", NULL, AD_NO_SIZE),
+			Common::JA_JPN,
+			Common::kPlatformSaturn,
+			ADGF_CD,
+			GUIO0()
+		},
+		GID_DW1,
+		0,
+		GF_SCNFILES | GF_ENHANCED_AUDIO_SUPPORT | ADGF_UNSUPPORTED,
+		TINSEL_V1,
+	},
+
 	{	// Mac English CD, see tracker #6384
 		{
 			"dw",




More information about the Scummvm-git-logs mailing list