From 9efa3a5ec35f01374c63c7d89f9150787d5d620a Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 3 Jan 2008 00:34:52 +0000 Subject: Added MD5 for English EGA version svn-id: r30175 --- engines/lure/detection.cpp | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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, -- cgit v1.2.3