[Scummvm-git-logs] scummvm master -> 22db5b145947756d47bdedee6689b75c8215920a

dreammaster paulfgilbert at gmail.com
Tue Feb 25 02:32:34 UTC 2020


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

Summary:
e3218d67f6 ULTIMA: Change game number comments to roman numerals
22db5b1459 TINSEL: Add detection for Discworld PSX Japanese


Commit: e3218d67f691b64953f3d14303889a36988ecbc9
    https://github.com/scummvm/scummvm/commit/e3218d67f691b64953f3d14303889a36988ecbc9
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2020-02-24T18:25:34-08:00

Commit Message:
ULTIMA: Change game number comments to roman numerals

Changed paths:
    engines/ultima/detection_tables.h


diff --git a/engines/ultima/detection_tables.h b/engines/ultima/detection_tables.h
index 5e23576c16..6425897d24 100644
--- a/engines/ultima/detection_tables.h
+++ b/engines/ultima/detection_tables.h
@@ -58,7 +58,7 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
 		0
 	},
 
-	// GOG Ultima 6
+	// GOG Ultima VI
 	{
 		{
 			"ultima6",
@@ -73,7 +73,7 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
 		0
 	},
 
-	// GOG Ultima 6 - Enhanced
+	// GOG Ultima VI - Enhanced
 	{
 		{
 			"ultima6_enh",
@@ -88,7 +88,7 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
 		GF_VGA_ENHANCED
 	},
 
-	// GOG Ultima 8
+	// GOG Ultima VIII
 	{
 		{
 			"ultima8",


Commit: 22db5b145947756d47bdedee6689b75c8215920a
    https://github.com/scummvm/scummvm/commit/22db5b145947756d47bdedee6689b75c8215920a
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2020-02-24T18:32:13-08:00

Commit Message:
TINSEL: Add detection for Discworld PSX Japanese

Changed paths:
    engines/tinsel/detection_tables.h


diff --git a/engines/tinsel/detection_tables.h b/engines/tinsel/detection_tables.h
index 2e0012bd2c..636026ac89 100644
--- a/engines/tinsel/detection_tables.h
+++ b/engines/tinsel/detection_tables.h
@@ -437,6 +437,26 @@ static const TinselGameDescription gameDescriptions[] = {
 		TINSEL_V1,
 	},
 
+	{	// Discworld PSX CD Japanese
+		{
+			"dw",
+			"CD",
+			{
+				{"dw.scn", 0, "3cbe25971651631fdc33fece642c9c78", 328048},
+				AD_LISTEND
+			},
+			Common::JA_JPN,
+			Common::kPlatformPSX,
+			ADGF_CD | ADGF_UNSTABLE,
+			GUIO0()
+		},
+		GID_DW1,
+		0,
+		GF_SCNFILES | GF_ENHANCED_AUDIO_SUPPORT,
+		TINSEL_V1,
+	},
+
+
 	{	// multilanguage PSX demo
 		{
 			"dw",




More information about the Scummvm-git-logs mailing list