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

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Fri Jul 16 22:00:16 CEST 2010


Revision: 50941
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50941&view=rev
Author:   mthreepwood
Date:     2010-07-16 20:00:16 +0000 (Fri, 16 Jul 2010)

Log Message:
-----------
Add entries for the DOS, FM-Towns, and PC-98 versions of RTZ (all on the FM-Towns CD).

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

Modified: scummvm/trunk/engines/made/detection.cpp
===================================================================
--- scummvm/trunk/engines/made/detection.cpp	2010-07-16 19:40:51 UTC (rev 50940)
+++ scummvm/trunk/engines/made/detection.cpp	2010-07-16 20:00:16 UTC (rev 50941)
@@ -76,7 +76,6 @@
 using Common::GUIO_NOSPEECH;
 
 static const MadeGameDescription gameDescriptions[] = {
-
 	{
 		// NOTE: Return to Zork entries with *.dat are used to detect the game via rtzcd.dat,
 		// which is packed inside rtzcd.red. Entries with *.red refer to the packed file
@@ -329,6 +328,60 @@
 	},
 
 	{
+		// Return to Zork - Japanese DOS
+		// This is the RTZCD.DAT in the base directory of the FM-Towns CD
+		{
+			"rtz",
+			"",
+			AD_ENTRY1("rtzcd.dat", "c4fccf67ad247f09b94c3c808b138576"),
+			Common::JA_JPN,
+			Common::kPlatformPC,
+			ADGF_NO_FLAGS,
+			GUIO_NONE
+		},
+		GID_RTZ,
+		0,
+		GF_CD,
+		3,
+	},
+
+	{
+		// Return to Zork - Japanese FM-Towns
+		// This is in the RTZFM folder of the FM-Towns CD
+		{
+			"rtz",
+			"",
+			AD_ENTRY1("rtzcd.dat", "e949a6a42d82daabfa7d4dc0a87a9843"),
+			Common::JA_JPN,
+			Common::kPlatformFMTowns,
+			ADGF_NO_FLAGS,
+			GUIO_NONE
+		},
+		GID_RTZ,
+		0,
+		GF_CD,
+		3,
+	},
+
+	{
+		// Return to Zork - Japanese PC-98
+		// This is in the RTZ9821 folder of the FM-Towns CD
+		{
+			"rtz",
+			"",
+			AD_ENTRY1("rtzcd.dat", "0c0117e98530c736a141c2aad6834dc5"),
+			Common::JA_JPN,
+			Common::kPlatformPC98,
+			ADGF_NO_FLAGS,
+			GUIO_NONE
+		},
+		GID_RTZ,
+		0,
+		GF_CD,
+		3,
+	},
+
+	{
 		// The Manhole: New and Enhanced
 		{
 			"manhole",


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