From 4d24209eae5e776fe150775771e7cd70579a518e Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 1 Aug 2014 16:20:24 -0400 Subject: ACCESS: Add Amazon floppy detection and skeleton for Amazon engine --- engines/access/detection_tables.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'engines/access/detection_tables.h') 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, -- cgit v1.2.3