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

sev- sev at scummvm.org
Sun Jun 27 11:00:58 UTC 2021


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:
a1e785e5ec BURIED: Add detection for another demo version


Commit: a1e785e5ecfececa0e87de6fcf169de75eedfa3e
    https://github.com/scummvm/scummvm/commit/a1e785e5ecfececa0e87de6fcf169de75eedfa3e
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2021-06-27T13:00:56+02:00

Commit Message:
BURIED: Add detection for another demo version

Changed paths:
    engines/buried/detection_tables.h


diff --git a/engines/buried/detection_tables.h b/engines/buried/detection_tables.h
index a0f533c63c..2294a0de8e 100644
--- a/engines/buried/detection_tables.h
+++ b/engines/buried/detection_tables.h
@@ -351,6 +351,28 @@ static const ADGameDescription gameDescriptions[] = {
 		GUIO1(GUIO_NOLAUNCHLOAD)
 	},
 
+	// English Windows Demo 8BPP
+	{
+		"buried",
+		"Demo 8BPP",
+		AD_ENTRY1s("BIT816.EXE", "5535fd50e504537ab08066a89df1b6de", 1259040),
+		Common::EN_ANY,
+		Common::kPlatformWindows,
+		ADGF_DEMO,
+		GUIO1(GUIO_NOLAUNCHLOAD)
+	},
+
+	// English Windows Demo 24BPP
+	{
+		"buried",
+		"Demo 24BPP",
+		AD_ENTRY1s("BIT2416.EXE", "53c520eb7c977fb1c2bb235e2a517b85", 2816256),
+		Common::EN_ANY,
+		Common::kPlatformWindows,
+		ADGF_DEMO | GF_TRUECOLOR,
+		GUIO1(GUIO_NOLAUNCHLOAD)
+	},
+
 	// English Windows 3.11 Trial 8BPP
 	// v1.1
 	{




More information about the Scummvm-git-logs mailing list