aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/detection_tables.h
diff options
context:
space:
mode:
authorMatthew Hoops2011-02-01 02:54:51 +0000
committerMatthew Hoops2011-02-01 02:54:51 +0000
commite47ac9f9375cf9591327bea6215fa8d3e219a62b (patch)
tree1d632b4f37f6372e4c9c92f4b24d1b274830e049 /engines/mohawk/detection_tables.h
parent403a33b11c797ba628a13de96fa9b72847e06d1a (diff)
downloadscummvm-rg350-e47ac9f9375cf9591327bea6215fa8d3e219a62b.tar.gz
scummvm-rg350-e47ac9f9375cf9591327bea6215fa8d3e219a62b.tar.bz2
scummvm-rg350-e47ac9f9375cf9591327bea6215fa8d3e219a62b.zip
MOHAWK: Add detection for Arthur's Computer Adventure
svn-id: r55702
Diffstat (limited to 'engines/mohawk/detection_tables.h')
-rw-r--r--engines/mohawk/detection_tables.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index 27bd47d3ef..0c3e7c277b 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -1204,6 +1204,36 @@ static const MohawkGameDescription gameDescriptions[] = {
"Bears Get in a Fight"
},
+ {
+ {
+ "arthurcomp",
+ "",
+ AD_ENTRY1("OUTLINE", "dec4d1a05449f81b6012706932658326"),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ Common::GUIO_NONE
+ },
+ GType_LIVINGBOOKSV4,
+ 0,
+ 0
+ },
+
+ {
+ {
+ "arthurcomp",
+ "",
+ AD_ENTRY1("BookOutline", "87bf1f9113340ce1c6c880932e815882"),
+ Common::EN_ANY,
+ Common::kPlatformMacintosh,
+ ADGF_NO_FLAGS,
+ Common::GUIO_NONE
+ },
+ GType_LIVINGBOOKSV4,
+ 0,
+ 0
+ },
+
{ AD_TABLE_END_MARKER, 0, 0, 0 }
};