aboutsummaryrefslogtreecommitdiff
path: root/engines/access/detection_tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/access/detection_tables.h')
-rw-r--r--engines/access/detection_tables.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/engines/access/detection_tables.h b/engines/access/detection_tables.h
index 9100e52e30..90304290f1 100644
--- a/engines/access/detection_tables.h
+++ b/engines/access/detection_tables.h
@@ -22,14 +22,19 @@
namespace Access {
+enum {
+ GType_Amazon = 1,
+ GType_MeanStreets = 2
+};
+
static const AccessGameDescription gameDescriptions[] = {
{
- // Amazon Guadians of Eden
+ // Amazon Guadians of Eden - Floppy English
{
"amazon",
0,
{
- {"amazon", 0, "00000000000000000000000000000000", 1},
+ { "c00.ap", 0, "dcabf69d5a0d911168cb73511ebaead0", 331481 },
AD_LISTEND
},
Common::EN_ANY,