aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/detection.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2007-12-31 05:55:20 +0000
committerPaul Gilbert2007-12-31 05:55:20 +0000
commitd45fe1e37e6187a14e5708b3117575b3e08b6dba (patch)
treebedb366b583465cc3bf06736e5c6dad50b486758 /engines/lure/detection.cpp
parent1c88ab2c47ff5f4ec80df2ba029b81642e28dfca (diff)
downloadscummvm-rg350-d45fe1e37e6187a14e5708b3117575b3e08b6dba.tar.gz
scummvm-rg350-d45fe1e37e6187a14e5708b3117575b3e08b6dba.tar.bz2
scummvm-rg350-d45fe1e37e6187a14e5708b3117575b3e08b6dba.zip
Added detection for Italian EGA version
svn-id: r30094
Diffstat (limited to 'engines/lure/detection.cpp')
-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 a89270849e..594d9c957c 100644
--- a/engines/lure/detection.cpp
+++ b/engines/lure/detection.cpp
@@ -67,7 +67,19 @@ static const LureGameDescription gameDescriptions[] = {
{
{
"lure",
- "",
+ "EGA",
+ AD_ENTRY1("disk1.ega", "b80aced0321f64c58df2c7d3d74dfe79"),
+ Common::IT_ITA,
+ Common::kPlatformPC,
+ Common::ADGF_NO_FLAGS
+ },
+ GF_FLOPPY | GF_EGA,
+ },
+
+ {
+ {
+ "lure",
+ "VGA",
AD_ENTRY1("disk1.vga", "cf69d5ada228dd74f89046691c16aafb"),
Common::IT_ITA,
Common::kPlatformPC,