diff options
author | Eugene Sandulenko | 2007-02-07 23:23:10 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2007-02-07 23:23:10 +0000 |
commit | 6854f25740df9d460d2c412c78657f9b7058f000 (patch) | |
tree | 35376c558a4e6066a4ada5fc03d24751cc1cc34a /engines/agi | |
parent | d1eb91882e1c4b951b6cb0c019519ebd36ca9847 (diff) | |
download | scummvm-rg350-6854f25740df9d460d2c412c78657f9b7058f000.tar.gz scummvm-rg350-6854f25740df9d460d2c412c78657f9b7058f000.tar.bz2 scummvm-rg350-6854f25740df9d460d2c412c78657f9b7058f000.zip |
Add md5s reported in bugreport #1654500 "AGI: Some MD5 checksums"
svn-id: r25422
Diffstat (limited to 'engines/agi')
-rw-r--r-- | engines/agi/detection.cpp | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp index 930d631c5b..7f6a1c1557 100644 --- a/engines/agi/detection.cpp +++ b/engines/agi/detection.cpp @@ -161,6 +161,20 @@ static const AGIGameDescription gameDescriptions[] = { 0x2272, }, + { + // reported by Filippos (thebluegr) in bugreport #1654500 + { + "ddp", + "1.0C", + AD_ENTRY1s("logdir", "550971d196f65190a5c760d2479406ef", 132), + Common::EN_ANY, + Common::kPlatformPC, + }, + GType_V2, + 0, + 0x2272, + }, + { // Sarien Name == AGI Demo 1 (PC) 05/87 [AGI 2.425] @@ -598,6 +612,35 @@ static const AGIGameDescription gameDescriptions[] = { }, { + // reported by Filippos (thebluegr) in bugreport #1654500 + // Sarien Name == Manhunter NY (PC 5.25") 1.22 8/31/88 [AGI 3.002.107] + { + "mh1", + "1.22 8/31/88", + AD_ENTRY1s("mhdir", "0c7b86f05fe02c2e26cff1b07450b82a", 2123), + Common::EN_ANY, + Common::kPlatformPC, + }, + GType_V3, + 0, + 0x3149, + }, + + { + // Sarien Name == Manhunter NY (PC 3.5") 1.22 8/31/88 [AGI 3.002.102] + { + "mh1", + "1.22 8/31/88", + AD_ENTRY1s("mhdir", "5b625329021ad49fd0c1d6f2d6f54bba", 2141), + Common::EN_ANY, + Common::kPlatformPC, + }, + GType_V3, + 0, + 0x3149, + }, + + { // Sarien Name == Manhunter SF (PC 3.5") 3.02 7/26/89 [AGI 3.002.149] { "mh2", @@ -748,6 +791,35 @@ static const AGIGameDescription gameDescriptions[] = { { + // reported by Filippos (thebluegr) in bugreport #1654500 + // Sarien Name == Space Quest 2 (PC 5.25") 2.0A [AGI 2.912] + { + "sq2", + "5.25\" 2.0A", + AD_ENTRY1s("logdir", "ad7ce8f800581ecc536f3e8021d7a74d", 423), + Common::EN_ANY, + Common::kPlatformPC, + }, + GType_V2, + 0, + 0x2917, + }, + + { + // Sarien Name == Space Quest 2 (PC 3.5") 2.0A [AGI 2.912] + { + "sq2", + "3.5\" 2.0A", + AD_ENTRY1s("logdir", "6c25e33d23b8bed42a5c7fa63d588e5c", 423), + Common::EN_ANY, + Common::kPlatformPC, + }, + GType_V2, + 0, + 0x2917, + }, + + { // Sarien Name == Space Quest 2 (PC 5.25"/ST) 2.0C/A [AGI 2.915] { "sq2", |