Skip to content

Commit

Permalink
ACCESS: Add detection for Amazon English Demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke authored and dreammaster committed Dec 13, 2014
1 parent 0a28a77 commit 486b7d7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions engines/access/detection_tables.h
Expand Up @@ -41,6 +41,24 @@ static const AccessGameDescription gameDescriptions[] = {
0
},

// Amazon Guardians of Eden - Demo English
{
{
"amazon",
"Demo",
{
{ "c25.ap", 0, "5baba0c052d22157499bfa05cb1ed5b7", 65458 },
AD_LISTEND
},
Common::EN_ANY,
Common::kPlatformDOS,
ADGF_DEMO,
GUIO1(GUIO_NONE)
},
GType_Amazon,
0
},

{
// Amazon: Guardians of Eden - CD English
{
Expand Down

0 comments on commit 486b7d7

Please sign in to comment.