mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
DM: Use AD_ENTRY2s in detection table
This commit is contained in:
parent
0e2cc2f661
commit
4644b00011
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user