[Scummvm-cvs-logs] SF.net SVN: scummvm:[41485] scummvm/trunk/engines/sci/detection.cpp

waltervn at users.sourceforge.net waltervn at users.sourceforge.net
Sat Jun 13 01:29:27 CEST 2009


Revision: 41485
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41485&view=rev
Author:   waltervn
Date:     2009-06-12 23:29:27 +0000 (Fri, 12 Jun 2009)

Log Message:
-----------
SCI: Added detection entries for Japanese QFG.

Modified Paths:
--------------
    scummvm/trunk/engines/sci/detection.cpp

Modified: scummvm/trunk/engines/sci/detection.cpp
===================================================================
--- scummvm/trunk/engines/sci/detection.cpp	2009-06-12 22:35:08 UTC (rev 41484)
+++ scummvm/trunk/engines/sci/detection.cpp	2009-06-12 23:29:27 UTC (rev 41485)
@@ -2504,6 +2504,32 @@
 		SCI_VERSION_0
 	},
 
+	// Quest for Glory 1 - Japanese PC-98 5.25" Floppy
+	// Executable scanning reports "S.old.201"
+	{{"qfg1", "8 Colors", {
+		{"resource.map", 0, "5cbeb95dd2a4b7cb242b415cc6ec1c47", 6444},
+		{"resource.001", 0, "a21451ef6fa8179bd4b22c4950004c44", 859959},
+		{"resource.002", 0, "a21451ef6fa8179bd4b22c4950004c44", 1136968},
+		{"resource.003", 0, "a21451ef6fa8179bd4b22c4950004c44", 769897},
+		{NULL, 0, NULL, 0}}, Common::JA_JPN, Common::kPlatformPC98, 0, GUIO_NOSPEECH},
+		0,
+		SCI_VERSION_AUTODETECT,
+		SCI_VERSION_01
+	},
+
+	// Quest for Glory 1 - Japanese PC-98 5.25" Floppy
+	// Executable scanning reports "S.old.201"
+	{{"qfg1", "16 Colors", {
+		{"resource.map", 0, "3ecaba33bf77cb434067a0b8aee15097", 6444},
+		{"resource.001", 0, "a21451ef6fa8179bd4b22c4950004c44", 864754},
+		{"resource.002", 0, "a21451ef6fa8179bd4b22c4950004c44", 1147121},
+		{"resource.003", 0, "a21451ef6fa8179bd4b22c4950004c44", 777575},
+		{NULL, 0, NULL, 0}}, Common::JA_JPN, Common::kPlatformPC98, 0, GUIO_NOSPEECH},
+		0,
+		SCI_VERSION_AUTODETECT,
+		SCI_VERSION_01
+	},
+
 	// Quest for Glory 1 - English Amiga
 	// Executable scanning reports "1.002.020"
 	// SCI interpreter version 0.000.685


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list