diff options
author | Eugene Sandulenko | 2009-06-06 18:22:43 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2009-06-06 18:22:43 +0000 |
commit | a0fa307fc5b52e9fc45b5dedd9e837ea02af0384 (patch) | |
tree | 10404e3984b1145f63c4a415d09a61081e2469b6 /engines | |
parent | 79d082f9c24aa3b148a0b684ec81f42164de88a1 (diff) | |
download | scummvm-rg350-a0fa307fc5b52e9fc45b5dedd9e837ea02af0384.tar.gz scummvm-rg350-a0fa307fc5b52e9fc45b5dedd9e837ea02af0384.tar.bz2 scummvm-rg350-a0fa307fc5b52e9fc45b5dedd9e837ea02af0384.zip |
Added CoCo3 version of SQ1
svn-id: r41284
Diffstat (limited to 'engines')
-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 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), |