[Scummvm-cvs-logs] scummvm master -> 1d1cd14e65970ae4602858e2d12b102ef59a8acc

bluegr md5 at scummvm.org
Sat Sep 10 11:43:05 CEST 2011


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:
1d1cd14e65 SCI: Added another EGA version of Castle of Dr. Brain (bug #3405307)


Commit: 1d1cd14e65970ae4602858e2d12b102ef59a8acc
    https://github.com/scummvm/scummvm/commit/1d1cd14e65970ae4602858e2d12b102ef59a8acc
Author: Filippos Karapetis (md5 at scummvm.org)
Date: 2011-09-10T02:36:41-07:00

Commit Message:
SCI: Added another EGA version of Castle of Dr. Brain (bug #3405307)

Changed paths:
    engines/sci/detection_tables.h



diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index a3dd305..455223a 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -91,7 +91,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 		Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO, GUIO_NOSPEECH	},
 
-	// Castle of Dr. Brain - English DOS Floppy EGA (from omer_mor, bug report #3035349)
+	// Castle of Dr. Brain - English DOS 5.25" Floppy EGA (from omer_mor, bug report #3035349)
 	{"castlebrain", "EGA", {
 		{"resource.map", 0, "88d106f945f7fd9d1aeda961cfec38a9", 2646},
 		{"resource.000", 0, "6e125f4ce3f4f5c35f2617c7b66c6e21", 25325},
@@ -104,6 +104,16 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 		Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH	},
 
+	// Castle of Dr. Brain - English DOS 3.5" Floppy EGA (from nozomi77, bug report #3405307)
+	{"castlebrain", "EGA", {
+		{"resource.map", 0, "dfcf23e36cb81223bdf11166aaf90754", 2730},
+		{"resource.000", 0, "27ec5fa09cd12a7fd16e86d96a2ed245", 300857},
+		{"resource.001", 0, "6e0020a9f9bef9a9d65943dc013f14b5", 222108},
+		{"resource.002", 0, "de2f182529efaad2c4b510b452ab77ac", 633662},
+		{"resource.003", 0, "38b4b37febc6b4f5061c461a283df148", 430388},
+		AD_LISTEND},
+		Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH	},
+
 	// Castle of Dr. Brain - English DOS Floppy (from jvprat)
 	// Executable scanning reports "1.000.044", Floppy label reports "1.0, 10.30.91", VERSION file reports "1.000"
 	// SCI interpreter version 1.000.510






More information about the Scummvm-git-logs mailing list