[Scummvm-cvs-logs] SF.net SVN: scummvm: [31917] scummvm/trunk/engines/made/detection.cpp
john_doe at users.sourceforge.net
john_doe at users.sourceforge.net
Wed May 7 09:15:42 CEST 2008
Revision: 31917
http://scummvm.svn.sourceforge.net/scummvm/?rev=31917&view=rev
Author: john_doe
Date: 2008-05-07 00:15:42 -0700 (Wed, 07 May 2008)
Log Message:
-----------
Added detection for RtZ CD version 1.0 (thanks to spookypeanut)
Modified Paths:
--------------
scummvm/trunk/engines/made/detection.cpp
Modified: scummvm/trunk/engines/made/detection.cpp
===================================================================
--- scummvm/trunk/engines/made/detection.cpp 2008-05-07 03:49:53 UTC (rev 31916)
+++ scummvm/trunk/engines/made/detection.cpp 2008-05-07 07:15:42 UTC (rev 31917)
@@ -74,7 +74,41 @@
static const MadeGameDescription gameDescriptions[] = {
{
- // Return to Zork - English CD version
+ // Return to Zork - English CD version 1.0 9/15/93
+ // Patch #1953654 submitted by spookypeanut
+ {
+ "rtz",
+ "CD",
+ AD_ENTRY1("rtzcd.dat", "e95c38ded389e39cfbf87a8cb250b12e"),
+ Common::EN_ANY,
+ Common::kPlatformPC,
+ Common::ADGF_NO_FLAGS
+ },
+ GID_RTZ,
+ 0,
+ GF_CD,
+ 0,
+ },
+
+ {
+ // Return to Zork - English CD version 1.0 9/15/93
+ // Patch #1953654 submitted by spookypeanut
+ {
+ "rtz",
+ "CD",
+ AD_ENTRY1("rtzcd.red", "cd8b62ece4677c438688c1de3f5379b9"),
+ Common::EN_ANY,
+ Common::kPlatformPC,
+ Common::ADGF_NO_FLAGS
+ },
+ GID_RTZ,
+ 0,
+ GF_CD,
+ 0,
+ },
+
+ {
+ // Return to Zork - English CD version 1.1 12/7/93
// NOTE: This detects the game via the rtzcd.dat which is inside rtzcd.red.
// The entry below detects via rtzcd.red directly, which is the "official" way.
{
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