From a0fa307fc5b52e9fc45b5dedd9e837ea02af0384 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 6 Jun 2009 18:22:43 +0000 Subject: Added CoCo3 version of SQ1 svn-id: r41284 --- engines/agi/detection.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/agi') diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp index 2bd80729df..d69c0ac1a9 100644 --- a/engines/agi/detection.cpp +++ b/engines/agi/detection.cpp @@ -499,6 +499,9 @@ static const AGIGameDescription gameDescriptions[] = { // Space Quest 1 (PC 5.25"/3.5") 2.2 [AGI 2.426/2.917] GAME("sq1", "2.2 1987-05-07 5.25\"/3.5\"", "5d67630aba008ec5f7f9a6d0a00582f4", 0x2440, GID_SQ1), + // Space Quest 1 (CoCo3) + GAME_P("sq1", "", "5d67630aba008ec5f7f9a6d0a00582f4", 0x2440, GID_SQ1, Common::kPlatformCoCo3), + // Space Quest 2 (PC 3.5") 2.0D [AGI 2.936] GAME("sq2", "2.0D 1988-03-14 3.5\"", "85390bde8958c39830e1adbe9fff87f3", 0x2936, GID_SQ2), -- cgit v1.2.3