Skip to content

Commit

Permalink
DM: Add unknown Atari game version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bendegúz Nagy committed Aug 26, 2016
1 parent cc8d3d9 commit 170c52a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions engines/dm/detection.cpp
Expand Up @@ -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
};
Expand Down

0 comments on commit 170c52a

Please sign in to comment.