ACCESS: Use AD_ENTRY1s in detection tables
This commit is contained in:
parent
c11b6e3eb3
commit
8fe8cf8e43
1 changed files with 9 additions and 19 deletions
|
@ -24,14 +24,13 @@ namespace Access {
|
||||||
|
|
||||||
static const AccessGameDescription gameDescriptions[] = {
|
static const AccessGameDescription gameDescriptions[] = {
|
||||||
{
|
{
|
||||||
// Amazon Guadians of Eden - Floppy English
|
// Amazon Guardians of Eden - Floppy English
|
||||||
|
// 3.5" and 5.25" floppies provided by Strangerke had the same md5
|
||||||
|
// Except the sound file. The executable is also identical
|
||||||
{
|
{
|
||||||
"amazon",
|
"amazon",
|
||||||
0,
|
0,
|
||||||
{
|
AD_ENTRY1s("c00.ap", "dcabf69d5a0d911168cb73511ebaead0", 331481),
|
||||||
{ "c00.ap", 0, "dcabf69d5a0d911168cb73511ebaead0", 331481 },
|
|
||||||
AD_LISTEND
|
|
||||||
},
|
|
||||||
Common::EN_ANY,
|
Common::EN_ANY,
|
||||||
Common::kPlatformDOS,
|
Common::kPlatformDOS,
|
||||||
ADGF_NO_FLAGS,
|
ADGF_NO_FLAGS,
|
||||||
|
@ -44,12 +43,9 @@ static const AccessGameDescription gameDescriptions[] = {
|
||||||
// Amazon Guardians of Eden - Demo English
|
// Amazon Guardians of Eden - Demo English
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
"amazon",
|
"amazon",
|
||||||
"Demo",
|
"Demo",
|
||||||
{
|
AD_ENTRY1s("c25.ap", "5baba0c052d22157499bfa05cb1ed5b7", 65458),
|
||||||
{ "c25.ap", 0, "5baba0c052d22157499bfa05cb1ed5b7", 65458 },
|
|
||||||
AD_LISTEND
|
|
||||||
},
|
|
||||||
Common::EN_ANY,
|
Common::EN_ANY,
|
||||||
Common::kPlatformDOS,
|
Common::kPlatformDOS,
|
||||||
ADGF_DEMO,
|
ADGF_DEMO,
|
||||||
|
@ -64,10 +60,7 @@ static const AccessGameDescription gameDescriptions[] = {
|
||||||
{
|
{
|
||||||
"amazon",
|
"amazon",
|
||||||
"CD",
|
"CD",
|
||||||
{
|
AD_ENTRY1s("checksum.crc", "bef85478132fec74cb5d9067f3a37d24", 8),
|
||||||
{ "checksum.crc", 0, "bef85478132fec74cb5d9067f3a37d24", 8 },
|
|
||||||
AD_LISTEND
|
|
||||||
},
|
|
||||||
Common::EN_ANY,
|
Common::EN_ANY,
|
||||||
Common::kPlatformDOS,
|
Common::kPlatformDOS,
|
||||||
ADGF_CD,
|
ADGF_CD,
|
||||||
|
@ -82,10 +75,7 @@ static const AccessGameDescription gameDescriptions[] = {
|
||||||
{
|
{
|
||||||
"martian",
|
"martian",
|
||||||
nullptr,
|
nullptr,
|
||||||
{
|
AD_ENTRY1s("r00.ap", "af98db5ee7f9ef86c6b1f43187a3691b", 31),
|
||||||
{ "r00.ap", 0, "af98db5ee7f9ef86c6b1f43187a3691b", 31 },
|
|
||||||
AD_LISTEND
|
|
||||||
},
|
|
||||||
Common::EN_ANY,
|
Common::EN_ANY,
|
||||||
Common::kPlatformDOS,
|
Common::kPlatformDOS,
|
||||||
ADGF_NO_FLAGS,
|
ADGF_NO_FLAGS,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue