[Scummvm-git-logs] scummvm master -> 3853dd99b5c7dc6aa7508d4dc8f0d38192c9677c

neuromancer noreply at scummvm.org
Tue Jul 2 05:45:29 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:
3853dd99b5 FREESCAPE: added more entries in detection tables


Commit: 3853dd99b5c7dc6aa7508d4dc8f0d38192c9677c
    https://github.com/scummvm/scummvm/commit/3853dd99b5c7dc6aa7508d4dc8f0d38192c9677c
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2024-07-02T07:45:55+02:00

Commit Message:
FREESCAPE: added more entries in detection tables

Changed paths:
    engines/freescape/detection.cpp


diff --git a/engines/freescape/detection.cpp b/engines/freescape/detection.cpp
index 1a50bb164e3..72a00c90c72 100644
--- a/engines/freescape/detection.cpp
+++ b/engines/freescape/detection.cpp
@@ -163,6 +163,19 @@ static const ADGameDescription gameDescriptions[] = {
 		GF_AMIGA_RETAIL,
 		GUIO3(GUIO_NOMIDI, GUIO_RENDERAMIGA, GAMEOPTION_AUTOMATIC_DRILLING)
 	},
+	{ // Virtual Worlds release
+		"driller",
+		"",
+		{
+			{"driller", 0, "45312c9ccdb567c332f953059e4819a5", 282384},
+			{"text", 0, "bf949a753634cdcb376e0dab9447b08b", 215},
+			AD_LISTEND
+		},
+		Common::EN_ANY,
+		Common::kPlatformAmiga,
+		GF_AMIGA_RETAIL,
+		GUIO3(GUIO_NOMIDI, GUIO_RENDERAMIGA, GAMEOPTION_AUTOMATIC_DRILLING)
+	},
 	{
 		"driller",
 		"",
@@ -289,7 +302,16 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("x.prg", "7fc6ef316be4819d88d8031738571a50", 293264),
 		Common::EN_ANY,
 		Common::kPlatformAtariST,
-		GF_ATARI_BUDGET,
+		ADGF_UNSUPPORTED,
+		GUIO2(GUIO_NOMIDI, GAMEOPTION_AUTOMATIC_DRILLING)
+	},
+	{
+		"spacestationoblivion",
+		"",
+		AD_ENTRY1s("oblivion", "7fc6ef316be4819d88d8031738571a50", 293264),
+		Common::EN_ANY,
+		Common::kPlatformAmiga,
+		ADGF_UNSUPPORTED,
 		GUIO2(GUIO_NOMIDI, GAMEOPTION_AUTOMATIC_DRILLING)
 	},
 	{
@@ -325,6 +347,20 @@ static const ADGameDescription gameDescriptions[] = {
 		ADGF_UNSTABLE,
 		GUIO2(GUIO_NOMIDI, GUIO_RENDERAMIGA)
 	},
+	// Microstatus release decrypted
+	{
+		"darkside",
+		"",
+		{
+			{"0.DRK", 0, "5aa6473a75991f1e1217974a7844a042", 77900},
+			{"1.DRK", 0, "49cc73a5ca7adb26065286a7afd4d0a4", 280704},
+			AD_LISTEND
+		},
+		Common::EN_ANY,
+		Common::kPlatformAmiga,
+		ADGF_UNSTABLE,
+		GUIO2(GUIO_NOMIDI, GUIO_RENDERATARIST)
+	},
 	// Cinemaware release
 	{
 		"darkside",
@@ -587,6 +623,19 @@ static const ADGameDescription gameDescriptions[] = {
 		ADGF_UNSUPPORTED,
 		GUIO2(GUIO_NOMIDI, GUIO_RENDERAMIGA)
 	},
+	{ // Virtual Worlds release
+		"totaleclipse",
+		"",
+		{
+			{"0.TEC", 0, "8daa244d6814f06b9a081b7bd0ec542d", 89500},
+			{"1.TEC", 0, "c1b022ad7284578f97aa2ff46ed3db38", 304030},
+  			AD_LISTEND
+		},
+		Common::EN_ANY,
+		Common::kPlatformAmiga,
+		ADGF_UNSUPPORTED,
+		GUIO2(GUIO_NOMIDI, GUIO_RENDERAMIGA)
+	},
 	{
 		"totaleclipse",
 		"",
@@ -683,7 +732,7 @@ static const ADGameDescription gameDescriptions[] = {
 	},
 	{
 		"castlemaster",
-		"Virtual Words",
+		"Virtual Worlds",
 		{
 			{"CASTLE.EXE", 0, "f1a141df0e47860246716db20d2ba061", 2806},
 			{"CMC.EXE", 0, "7b9275df446f82fdd0c377f6ec2db546", 57168},




More information about the Scummvm-git-logs mailing list