From 170c52a4e0235ec7e5b044e69df52f2862284026 Mon Sep 17 00:00:00 2001 From: Bendegúz Nagy Date: Tue, 16 Aug 2016 17:54:43 +0200 Subject: DM: Add unknown Atari game version --- engines/dm/detection.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'engines/dm/detection.cpp') 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 }; -- cgit v1.2.3