aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2009-05-10 11:43:17 +0000
committerEugene Sandulenko2009-05-10 11:43:17 +0000
commit3b92b0f583384ce01a988ca453daa416f53559ec (patch)
tree5a3c6af86c2ec0a25fd657584e44eada88db33d1
parent3e9ca1a638a24f663b0e8ea39578ca95d80cf37f (diff)
downloadscummvm-rg350-3b92b0f583384ce01a988ca453daa416f53559ec.tar.gz
scummvm-rg350-3b92b0f583384ce01a988ca453daa416f53559ec.tar.bz2
scummvm-rg350-3b92b0f583384ce01a988ca453daa416f53559ec.zip
Add detection for newly discovered AGI demo
svn-id: r40417
-rw-r--r--engines/agi/detection.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp
index 7dc635026a..afd5c13ec1 100644
--- a/engines/agi/detection.cpp
+++ b/engines/agi/detection.cpp
@@ -177,6 +177,9 @@ static const AGIGameDescription gameDescriptions[] = {
// AGI Demo 3 (PC) 09/88 [AGI 3.002.102]
GAME3("agidemo", "Demo 3 1988-09-13", "dmdir", "289c7a2c881f1d973661e961ced77d74", 0x3149, GID_AGIDEMO),
+ // AGI Demo for Kings Quest III and Space Quest I
+ GAME("agidemo", "Demo Kings Quest III and Space Quest I", "502e6bf96827b6c4d3e67c9cdccd1033", 0x2272, GID_AGIDEMO),
+
// Black Cauldron (Amiga) 2.00 6/14/87
GAME_P("bc", "2.00 1987-06-14", "7b01694af21213b4727bb94476f64eb5", 0x2440, GID_BC, Common::kPlatformAmiga),