diff options
author | Alyssa Milburn | 2010-12-25 19:52:24 +0000 |
---|---|---|
committer | Alyssa Milburn | 2010-12-25 19:52:24 +0000 |
commit | 1897e5e132bda062f84d38cbb0a3bef4d7087245 (patch) | |
tree | 8a11200c55042d3e377b97f2a3eb289464f08a47 | |
parent | 4c0b02fe21eebea3a55e75d1d7dd043447a12e83 (diff) | |
download | scummvm-rg350-1897e5e132bda062f84d38cbb0a3bef4d7087245.tar.gz scummvm-rg350-1897e5e132bda062f84d38cbb0a3bef4d7087245.tar.bz2 scummvm-rg350-1897e5e132bda062f84d38cbb0a3bef4d7087245.zip |
MOHAWK: detect the European versions of Zoombinis
svn-id: r55037
-rw-r--r-- | engines/mohawk/detection.cpp | 2 | ||||
-rw-r--r-- | engines/mohawk/detection_tables.h | 45 |
2 files changed, 46 insertions, 1 deletions
diff --git a/engines/mohawk/detection.cpp b/engines/mohawk/detection.cpp index abe8958fd1..ac58acbb52 100644 --- a/engines/mohawk/detection.cpp +++ b/engines/mohawk/detection.cpp @@ -102,7 +102,7 @@ static const PlainGameDescriptor mohawkGames[] = { {"MakingOfMyst", "The Making of Myst"}, {"riven", "Riven: The Sequel to Myst"}, #ifdef DETECT_BRODERBUND_TITLES - {"zoombini", "Logical Journey of the Zoombinis Deluxe"}, + {"zoombini", "Logical Journey of the Zoombinis"}, {"csworld", "Where in the World is Carmen Sandiego?"}, {"csamtrak", "Where in America is Carmen Sandiego? (The Great Amtrak Train Adventure)"}, {"maggiesfa", "Maggie's Farmyard Adventure"}, diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index ddac4bfaf7..20f578d21d 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -404,6 +404,51 @@ static const MohawkGameDescription gameDescriptions[] = { { { + "zoombini", + "", + AD_ENTRY1("ZOOMBINI.MHK", "0672f65c40dd065840c896e41c13f980"), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + Common::GUIO_NONE + }, + GType_ZOOMBINI, + GF_HASMIDI, + 0 + }, + + { + { + "zoombini", + "", + AD_ENTRY1("ZOOMBINI.MHK", "6ae0bdf791266b1fe3d4fabbf44c3faa"), + Common::DE_DEU, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + Common::GUIO_NONE + }, + GType_ZOOMBINI, + GF_HASMIDI, + 0 + }, + + { + { + "zoombini", + "", + AD_ENTRY1("ZOOMBINI.MHK", "8231e58525143ccf6e8b747df34b139f"), + Common::FR_FRA, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + Common::GUIO_NONE + }, + GType_ZOOMBINI, + GF_HASMIDI, + 0 + }, + + { + { "csworld", "v3.0", AD_ENTRY1("C2K.MHK", "605fe88380848031bbd0ff84ade6fe40"), |