aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gilbert2008-01-03 00:34:52 +0000
committerPaul Gilbert2008-01-03 00:34:52 +0000
commit9efa3a5ec35f01374c63c7d89f9150787d5d620a (patch)
treed2ccf079ad3d118d45516038843acb7a680fe63d
parent9bb72bf188c8ea171a5699cbf4189922c2e3e17b (diff)
downloadscummvm-rg350-9efa3a5ec35f01374c63c7d89f9150787d5d620a.tar.gz
scummvm-rg350-9efa3a5ec35f01374c63c7d89f9150787d5d620a.tar.bz2
scummvm-rg350-9efa3a5ec35f01374c63c7d89f9150787d5d620a.zip
Added MD5 for English EGA version
svn-id: r30175
-rw-r--r--engines/lure/detection.cpp14
1 files changed, 13 insertions, 1 deletions
diff --git a/engines/lure/detection.cpp b/engines/lure/detection.cpp
index 2da6abfd26..33ab6f477c 100644
--- a/engines/lure/detection.cpp
+++ b/engines/lure/detection.cpp
@@ -55,7 +55,19 @@ static const LureGameDescription gameDescriptions[] = {
{
{
"lure",
- "",
+ "EGA",
+ AD_ENTRY1("disk1.ega", "e9c9fdd8a19f7910d68e53cb84651273"),
+ Common::EN_ANY,
+ Common::kPlatformPC,
+ Common::ADGF_NO_FLAGS
+ },
+ GF_FLOPPY | GF_EGA,
+ },
+
+ {
+ {
+ "lure",
+ "VGA",
AD_ENTRY1("disk1.vga", "b2a8aa6d7865813a17a3c636e063572e"),
Common::EN_ANY,
Common::kPlatformPC,