diff --git a/engines/dm/detection.cpp b/engines/dm/detection.cpp index c426cb39c26..32ab68e991c 100644 --- a/engines/dm/detection.cpp +++ b/engines/dm/detection.cpp @@ -41,11 +41,8 @@ static const PlainGameDescriptor DMGames[] = { static const DMADGameDescription gameDescriptions[] = { { {"dm", "Amiga v2.0 English", - { - {"graphics.dat", 0, "c2205f6225bde728417de29394f97d55", 411960}, - {"Dungeon.dat", 0, "43a213da8eda413541dd12f90ce202f6", 25006}, - AD_LISTEND - }, + AD_ENTRY2s("graphics.dat", "c2205f6225bde728417de29394f97d55", 411960, + "Dungeon.dat", "43a213da8eda413541dd12f90ce202f6", 25006), Common::EN_ANY, Common::kPlatformAmiga, ADGF_NO_FLAGS, GUIO1(GUIO_NOMIDI) }, kDMSaveTargetDM21, kDMSaveFormatAmigaPC98FmTowns, kDMSavePlatformAmiga, @@ -55,11 +52,8 @@ static const DMADGameDescription gameDescriptions[] = { }, { {"dm", "Atari v??? English", - { - {"graphics.dat", 0, "6ffff2a17e2df0effa9a12fb4b1bf6b6", 271911}, - {"Dungeon.dat", 0, "be9468b460515741babec9a70501e2e9", 33286}, - AD_LISTEND - }, + AD_ENTRY2s("graphics.dat", "6ffff2a17e2df0effa9a12fb4b1bf6b6", 271911, + "Dungeon.dat", "be9468b460515741babec9a70501e2e9", 33286), Common::EN_ANY, Common::kPlatformAtariST, ADGF_NO_FLAGS, GUIO1(GUIO_NOMIDI), }, kDMSaveTargetDM21, kDMSaveFormatAmigaPC98FmTowns, kDMSavePlatformAtariSt, @@ -70,11 +64,8 @@ static const DMADGameDescription gameDescriptions[] = { { // Added by Strangerke {"dm", "Amiga Demo v2.0 English", - { - {"graphics.dat", 0, "3932c8359bb36c24291b09e915114d38", 192421}, - {"DemoDun.dat", 0, "78848e1a2d3d5a11e5954deb8c7b772b", 1209}, - AD_LISTEND - }, + AD_ENTRY2s("graphics.dat", "3932c8359bb36c24291b09e915114d38", 192421, + "DemoDun.dat", "78848e1a2d3d5a11e5954deb8c7b772b", 1209), Common::EN_ANY, Common::kPlatformAmiga, ADGF_DEMO, GUIO1(GUIO_NOMIDI), }, kDMSaveTargetDM21, kDMSaveFormatAmigaPC98FmTowns, kDMSavePlatformAtariSt,