aboutsummaryrefslogtreecommitdiff
path: root/engines/agi
diff options
context:
space:
mode:
authorEugene Sandulenko2009-12-21 22:40:52 +0000
committerEugene Sandulenko2009-12-21 22:40:52 +0000
commitf6880b98217783f9bc76959cf951e803c89092f0 (patch)
tree13e145b9fb33bde0b5681c3c1c71e6d9c56cc3f2 /engines/agi
parent2fec19aa6b566a484d130a1fa3a5ff41846ef210 (diff)
downloadscummvm-rg350-f6880b98217783f9bc76959cf951e803c89092f0.tar.gz
scummvm-rg350-f6880b98217783f9bc76959cf951e803c89092f0.tar.bz2
scummvm-rg350-f6880b98217783f9bc76959cf951e803c89092f0.zip
md5 from bug #2809149: "AGI: SQ1: Checksum of Space Quest 1 Version 1.1A"
svn-id: r46472
Diffstat (limited to 'engines/agi')
-rw-r--r--engines/agi/detection.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp
index 9c2a8aad8b..b8b2940b2c 100644
--- a/engines/agi/detection.cpp
+++ b/engines/agi/detection.cpp
@@ -538,10 +538,14 @@ static const AGIGameDescription gameDescriptions[] = {
// The original game did not have menus, they are enabled under ScummVM
GAME_FP("sq1", "1.1A 1986-02-06", "6421fb64b0e6604c9dd065975d9279e9", 0x2440, GF_MENUS, GID_SQ1, Common::kPlatformAtariST),
- // Space Quest 1 (PC) 1.1A [AGI 2.272]
+ // Space Quest 1 (PC 360k) 1.1A [AGI 2.272]
// The original game did not have menus, they are enabled under ScummVM
GAME_FP("sq1", "1.1A 1986-11-13", "8d8c20ab9f4b6e4817698637174a1cb6", 0x2272, GF_MENUS, GID_SQ1, Common::kPlatformPC),
+ // Space Quest 1 (PC 720k) 1.1A [AGI 2.272]
+ // The original game did not have menus, they are enabled under ScummVM
+ GAME_FP("sq1", "1.1A 720kb", "0a92b1be7daf3bb98caad3f849868aeb", 0x2272, GF_MENUS, GID_SQ1, Common::kPlatformPC),
+
// Space Quest 1 (Amiga) 1.2 # 2.082
// The original game did not have menus, they are enabled under ScummVM
GAME_FP("sq1", "1.2 1986", "0b216d931e95750f1f4837d6a4b821e5", 0x2440, GF_MENUS | GF_OLDAMIGAV20, GID_SQ1, Common::kPlatformAmiga),