aboutsummaryrefslogtreecommitdiff
path: root/engines/access/detection_tables.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-08-01 16:20:24 -0400
committerPaul Gilbert2014-08-01 16:20:24 -0400
commit4d24209eae5e776fe150775771e7cd70579a518e (patch)
tree9e0b5a8e3ad764a7578a3caab072fb65a8d4a2fd /engines/access/detection_tables.h
parentc2451b57bccc2a425a6e1376c2a116df48b1fcc6 (diff)
downloadscummvm-rg350-4d24209eae5e776fe150775771e7cd70579a518e.tar.gz
scummvm-rg350-4d24209eae5e776fe150775771e7cd70579a518e.tar.bz2
scummvm-rg350-4d24209eae5e776fe150775771e7cd70579a518e.zip
ACCESS: Add Amazon floppy detection and skeleton for Amazon engine
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,