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

neuromancer noreply at scummvm.org
Thu Apr 20 09:58:00 UTC 2023


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:
a448f6ce34 FREESCAPE: added detection of some unsupported demos


Commit: a448f6ce34960d1d0774cb01f71668b31d0e47e0
    https://github.com/scummvm/scummvm/commit/a448f6ce34960d1d0774cb01f71668b31d0e47e0
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2023-04-20T11:58:35+02:00

Commit Message:
FREESCAPE: added detection of some unsupported demos

Changed paths:
    engines/freescape/detection.cpp


diff --git a/engines/freescape/detection.cpp b/engines/freescape/detection.cpp
index cdfcccba49d..8f9d8c06ddf 100644
--- a/engines/freescape/detection.cpp
+++ b/engines/freescape/detection.cpp
@@ -71,6 +71,18 @@ static const ADGameDescription gameDescriptions[] = {
 		GF_ZX_BUDGET,
 		GUIO2(GUIO_NOMIDI, GAMEOPTION_AUTOMATIC_DRILLING)
 	},
+	{
+		"driller",
+		"Not implemented yet",
+		{
+			{"DRILLER.ZX.DATA", 0, "e571795806ed8a30df0fa3109eaa8ffb", 36000},
+			AD_LISTEND
+		},
+		Common::EN_ANY,
+		Common::kPlatformZX,
+		ADGF_UNSUPPORTED | ADGF_DEMO,
+		GUIO2(GUIO_NOMIDI, GAMEOPTION_AUTOMATIC_DRILLING)
+	},
 	{
 		"driller",
 		"",
@@ -226,6 +238,20 @@ static const ADGameDescription gameDescriptions[] = {
 		ADGF_DEMO,
 		GUIO2(GUIO_NOMIDI, GAMEOPTION_AUTOMATIC_DRILLING)
 	},
+	{
+		"driller",
+		"Packed data",
+		{
+			{"driller.prg", 0, "ae9b03e247def6f0793174b1cb4352b5", 1821},
+			{"data", 0, "0c927fbc6c390afd0d0c15b2d7f8766f", 10893},
+			{"demo.cmd", 0, "9c732dcdad26b36b537e632924cd8f0e", 745},
+			AD_LISTEND
+		},
+		Common::EN_ANY,
+		Common::kPlatformAtariST,
+		ADGF_UNSUPPORTED | ADGF_DEMO,
+		GUIO2(GUIO_NOMIDI, GAMEOPTION_AUTOMATIC_DRILLING)
+	},
 	{
 		"darkside",
 		"",
@@ -256,6 +282,18 @@ static const ADGameDescription gameDescriptions[] = {
 		ADGF_UNSTABLE | ADGF_DEMO,
 		GUIO3(GUIO_NOMIDI, GUIO_RENDEREGA, GUIO_RENDERCGA)
 	},
+	{
+		"darkside",
+		"Not implemented yet",
+		{
+			{"DARKSIDE.ZX.DATA", 0, "0e4d9b6e64ff24801272ff0b18a3caab", 29182},
+			AD_LISTEND
+		},
+		Common::EN_ANY,
+		Common::kPlatformZX,
+		ADGF_UNSUPPORTED | ADGF_DEMO,
+		GUIO1(GUIO_NOMIDI)
+	},
 	{
 		"totaleclipse",
 		"",




More information about the Scummvm-git-logs mailing list