diff options
-rw-r--r-- | engines/agi/detection.cpp | 3 |
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), |