aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/detection.cpp
diff options
context:
space:
mode:
authorBendegúz Nagy2016-08-16 17:54:43 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit170c52a4e0235ec7e5b044e69df52f2862284026 (patch)
treea4401c3edf4afc8a7481d7f8bc86971d168c4f80 /engines/dm/detection.cpp
parentcc8d3d9dd72e4a7f77ea6f114d917300aa7d1689 (diff)
downloadscummvm-rg350-170c52a4e0235ec7e5b044e69df52f2862284026.tar.gz
scummvm-rg350-170c52a4e0235ec7e5b044e69df52f2862284026.tar.bz2
scummvm-rg350-170c52a4e0235ec7e5b044e69df52f2862284026.zip
DM: Add unknown Atari game version
Diffstat (limited to 'engines/dm/detection.cpp')
-rw-r--r--engines/dm/detection.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/dm/detection.cpp b/engines/dm/detection.cpp
index a1fd6bccd3..200a81fe97 100644
--- a/engines/dm/detection.cpp
+++ b/engines/dm/detection.cpp
@@ -48,6 +48,15 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY, Common::kPlatformAmiga, ADGF_NO_FLAGS, GUIO1(GUIO_NONE)
},
+ {
+ "dm", "Atari ???v English",
+ {
+ {"graphics.dat", 0, "6ffff2a17e2df0effa9a12fb4b1bf6b6", 271911},
+ {"Dungeon.dat", 0, "be9468b460515741babec9a70501e2e9", 33286},
+ AD_LISTEND
+ },
+ Common::EN_ANY, Common::kPlatformAtariST, ADGF_NO_FLAGS, GUIO1(GUIO_NONE)
+ },
AD_TABLE_END_MARKER
};