diff options
author | Matthew Hoops | 2011-02-05 08:14:05 +0000 |
---|---|---|
committer | Matthew Hoops | 2011-02-05 08:14:05 +0000 |
commit | cb6d30a915ef4857a93cbf4fc41293ac5f5e64b2 (patch) | |
tree | c1f3969f944f2f58f19f56ef665c2574ed280d1c /engines | |
parent | ad9486e1a808e2d8f529850e289ff4208c93edf3 (diff) | |
download | scummvm-rg350-cb6d30a915ef4857a93cbf4fc41293ac5f5e64b2.tar.gz scummvm-rg350-cb6d30a915ef4857a93cbf4fc41293ac5f5e64b2.tar.bz2 scummvm-rg350-cb6d30a915ef4857a93cbf4fc41293ac5f5e64b2.zip |
SCI: Add detection for Phantasmagoria Mac
svn-id: r55779
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/detection_tables.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 2e23c79db0..91ea37ee2f 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -2327,6 +2327,22 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH }, + // Phantasmagoria - English Macintosh + // NOTE: This only contains disc 1 files (as well as the two persistent files: + // Data1 and Data13. Other discs have conflicting names :\ + {"phantasmagoria", "", { + {"Data1", 0, "0fcb42802f49edb5af60532bd7b60c4f", 14705669}, + {"Data2", 0, "d52f612058ec78e300385df3336a4ba2", 14516712}, + {"Data3", 0, "d6880c00d2c700c213ab76a3c39e60fc", 15612610}, + {"Data4", 0, "9037f5d3a37d0ee23146d9830726b058", 9794705}, + {"Data5", 0, "4b944fc79d180966c1088f7ecf7ae4d1", 13638812}, + {"Data6", 0, "647b1a826dbbb64884e0ae1bc59c8abb", 13846162}, + {"Data7", 0, "932a3aaf1eb650735a9e3a290ce249fb", 3626460}, + // Data8-12 are empty + {"Data13", 0, "6d2c450fca19a69b5af74ed5b03c0a17", 14923328}, + AD_LISTEND}, + Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK, GUIO_NONE }, + #ifdef ENABLE_SCI3_GAMES // Phantasmagoria 2 - English Windows (from jvprat) // Executable scanning reports "3.000.000", VERSION file reports "001.0.06" |