aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/detection_tables.h
diff options
context:
space:
mode:
authorFilippos Karapetis2010-11-23 12:07:21 +0000
committerFilippos Karapetis2010-11-23 12:07:21 +0000
commitc140e43a35480d0a78dd85e99db94f2a61fb0cda (patch)
tree12e502c21d7886be638a0201168f1092a0e65bba /engines/sci/detection_tables.h
parentb6d97e492c6c2c7c03b3f9308b5bfefece2ea435 (diff)
downloadscummvm-rg350-c140e43a35480d0a78dd85e99db94f2a61fb0cda.tar.gz
scummvm-rg350-c140e43a35480d0a78dd85e99db94f2a61fb0cda.tar.bz2
scummvm-rg350-c140e43a35480d0a78dd85e99db94f2a61fb0cda.zip
SCI: Added entries for the GOG versions of Phantasmagoria 1 and 2 (patch #3112884)
svn-id: r54427
Diffstat (limited to 'engines/sci/detection_tables.h')
-rw-r--r--engines/sci/detection_tables.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index f854dd4909..a8086b903f 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -2284,6 +2284,17 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO, GUIO_NOSPEECH },
+ // Phantasmagoria - English DOS/Windows (GOG version) - ressci.* merged in ressci.000
+ // Windows executable scanning reports "2.100.002" - "Sep 19 1995 15:09:43"
+ // DOS executable scanning reports "2.100.002" - "Sep 19 1995 09:15:40"
+ // VERSION file reports "1.100.001UK"
+ // Supplied by littleboy in patch #3112884
+ {"phantasmagoria", "", {
+ {"ressci.000", 0, "cd5967f9b9586e3380645961c0765be3", 116822037},
+ {"resmap.000", 0, "3cafc1c6a53945c1f3babbfd6380c64c", 16468},
+ AD_LISTEND},
+ Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH },
+
#ifdef ENABLE_SCI3_GAMES
// Phantasmagoria 2 - English Windows (from jvprat)
// Executable scanning reports "3.000.000", VERSION file reports "001.0.06"
@@ -2300,6 +2311,16 @@ static const struct ADGameDescription SciGameDescriptions[] = {
{"ressci.005", 0, "05f9fe2bee749659acb3cd2c90252fc5", 67905112},
AD_LISTEND},
Common::EN_ANY, Common::kPlatformWindows, 0, GUIO_NOSPEECH },
+
+ // Phantasmagoria 2 - English DOS (GOG version) - ressci.* merged in ressci.000
+ // Executable scanning reports "3.000.000" - "Dec 07 1996 09:29:03"
+ // VERSION file reports "001.0.06"
+ // Supplied by littleboy in patch #3112884
+ {"phantasmagoria2", "", {
+ {"ressci.000", 0, "c54f26d9f43f908151263254b6d97053", 108134481},
+ {"resmap.000", 0, "de154a223a9ef4ea7358b76adc38ef5b", 2956},
+ AD_LISTEND},
+ Common::EN_ANY, Common::kPlatformWindows, 0, GUIO_NOSPEECH },
#endif // ENABLE_SCI3_GAMES
#endif // ENABLE_SCI32