aboutsummaryrefslogtreecommitdiff
path: root/engines/made/detection.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2009-03-12 17:07:13 +0000
committerFilippos Karapetis2009-03-12 17:07:13 +0000
commita784baaae95a62a9396b89bf5a10297494002c9a (patch)
tree7c5231be24d455fd93544153fe0e6b1aafd2e36c /engines/made/detection.cpp
parent3a5a82245667426e52e8a24d0354c07f5cffbde7 (diff)
downloadscummvm-rg350-a784baaae95a62a9396b89bf5a10297494002c9a.tar.gz
scummvm-rg350-a784baaae95a62a9396b89bf5a10297494002c9a.tar.bz2
scummvm-rg350-a784baaae95a62a9396b89bf5a10297494002c9a.zip
Added the Italian and French versions of Return to Zork, as supplied in bug report #2685032
svn-id: r39359
Diffstat (limited to 'engines/made/detection.cpp')
-rw-r--r--engines/made/detection.cpp76
1 files changed, 72 insertions, 4 deletions
diff --git a/engines/made/detection.cpp b/engines/made/detection.cpp
index 54b6653e37..471bd3301b 100644
--- a/engines/made/detection.cpp
+++ b/engines/made/detection.cpp
@@ -79,7 +79,7 @@ static const MadeGameDescription gameDescriptions[] = {
// which is packed inside rtzcd.red. Entries with *.red refer to the packed file
// directly, which is the "official" way.
- // Return to Zork - English CD version 1.0 9/15/93
+ // Return to Zork - English CD version 1.0 9/15/93 (installed)
// Patch #1953654 submitted by spookypeanut
{
"rtz",
@@ -113,7 +113,7 @@ static const MadeGameDescription gameDescriptions[] = {
},
{
- // Return to Zork - English CD version 1.1 12/7/93
+ // Return to Zork - English CD version 1.1 12/7/93 (installed)
{
"rtz",
"CD",
@@ -145,7 +145,7 @@ static const MadeGameDescription gameDescriptions[] = {
},
{
- // Return to Zork - English CD version 1.2 9/29/94
+ // Return to Zork - English CD version 1.2 9/29/94 (installed)
// Supplied by Dark-Star in the ScummVM forums
{
"rtz",
@@ -178,7 +178,7 @@ static const MadeGameDescription gameDescriptions[] = {
},
{
- // Return to Zork - German CD version 1.2 9/29/94
+ // Return to Zork - German CD version 1.2 9/29/94 (installed)
// (same as the English 1.2 version)
// Supplied by Dark-Star in the ScummVM forums
{
@@ -214,6 +214,74 @@ static const MadeGameDescription gameDescriptions[] = {
},
{
+ // Return to Zork - Italian CD version 1.2 3/31/95
+ // Patch #2685032 submitted by goodoldgeorg
+ {
+ "rtz",
+ "CD",
+ AD_ENTRY1("rtzcd.red", "946997d8b0aa6cb4e848bad02a1fc3d2"),
+ Common::IT_ITA,
+ Common::kPlatformPC,
+ ADGF_NO_FLAGS
+ },
+ GID_RTZ,
+ 0,
+ GF_CD_COMPRESSED,
+ 3,
+ },
+
+ {
+ // Return to Zork - Italian CD version 1.2 3/31/95 (installed)
+ // Patch #2685032 submitted by goodoldgeorg
+ {
+ "rtz",
+ "CD",
+ AD_ENTRY1("rtzcd.dat", "5b86035aed0277f96e3d173542b5364a"),
+ Common::IT_ITA,
+ Common::kPlatformPC,
+ ADGF_NO_FLAGS
+ },
+ GID_RTZ,
+ 0,
+ GF_CD,
+ 3,
+ },
+
+ {
+ // Return to Zork - French CD version 1.2 5/13/95
+ // Patch #2685032 submitted by goodoldgeorg
+ {
+ "rtz",
+ "CD",
+ AD_ENTRY1("rtzcd.red", "946997d8b0aa6cb4e848bad02a1fc3d2"),
+ Common::FR_FRA,
+ Common::kPlatformPC,
+ ADGF_NO_FLAGS
+ },
+ GID_RTZ,
+ 0,
+ GF_CD_COMPRESSED,
+ 3,
+ },
+
+ {
+ // Return to Zork - French CD version 1.2 5/13/95 (installed)
+ // Patch #2685032 submitted by goodoldgeorg
+ {
+ "rtz",
+ "CD",
+ AD_ENTRY1("rtzcd.dat", "bde8251a8e34e87c54e3f93147d56c9e"),
+ Common::FR_FRA,
+ Common::kPlatformPC,
+ ADGF_NO_FLAGS
+ },
+ GID_RTZ,
+ 0,
+ GF_CD,
+ 3,
+ },
+
+ {
// Return to Zork - English floppy version
{
"rtz",