[Scummvm-cvs-logs] SF.net SVN: scummvm:[46472] scummvm/trunk/engines/agi/detection.cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Mon Dec 21 23:40:52 CET 2009


Revision: 46472
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46472&view=rev
Author:   sev
Date:     2009-12-21 22:40:52 +0000 (Mon, 21 Dec 2009)

Log Message:
-----------
md5 from bug #2809149: "AGI: SQ1: Checksum of Space Quest 1 Version 1.1A"

Modified Paths:
--------------
    scummvm/trunk/engines/agi/detection.cpp

Modified: scummvm/trunk/engines/agi/detection.cpp
===================================================================
--- scummvm/trunk/engines/agi/detection.cpp	2009-12-21 22:29:53 UTC (rev 46471)
+++ scummvm/trunk/engines/agi/detection.cpp	2009-12-21 22:40:52 UTC (rev 46472)
@@ -538,10 +538,14 @@
 	// 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),


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list