[Scummvm-git-logs] scummvm master -> 457a2b1cdc1ca71a0e89b619eee249e382526a89

bluegr bluegr at gmail.com
Mon Sep 19 16:54:42 CEST 2016


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
e6f379c0a0 SCI: Add lsl3 amiga detection checksums
457a2b1cdc Merge pull request #833 from h3xx/sci-checksums-lsl3-amiga


Commit: e6f379c0a031f94bd081c3621764fe1acd0f7256
    https://github.com/scummvm/scummvm/commit/e6f379c0a031f94bd081c3621764fe1acd0f7256
Author: Dan Church (amphetamachine at gmail.com)
Date: 2016-09-18T17:21:33-05:00

Commit Message:
SCI: Add lsl3 amiga detection checksums

Game reports v1.027, 1990-01-27.

Changed paths:
    engines/sci/detection_tables.h



diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index eda6bfa..fafbf60 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -2197,6 +2197,20 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 		Common::EN_ANY, Common::kPlatformAmiga, 0, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	},
 
+	// Larry 3 - English Amiga
+	// Executable scanning reports "1.002.006"
+	// Game version 1.027
+	{"lsl3", "", {
+		{"resource.map", 0, "4c39724c91f53afe08a1350172a2b67a", 5328},
+		{"resource.000", 0, "cdc2e21e297b10fe8fed6377af8c5698", 66472},
+		{"resource.001", 0, "6abbaf8c7e3b36dd868868ed187e8995", 71761},
+		{"resource.002", 0, "a883424fe6d594fec0cd5a79e7ad54c8", 477285},
+		{"resource.003", 0, "5c10e462c8cf589610773e4fe8bfd996", 526871},
+		{"resource.004", 0, "f408e59cbee1457f042e5773b8c53951", 651637},
+		{"resource.005", 0, "433911eb764089d493aed1f958a5615a", 523993},
+		AD_LISTEND},
+		Common::EN_ANY, Common::kPlatformAmiga, 0, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	},
+
 	// Larry 3 - English Atari ST
 	// Game version 1.021, 1990-01-27
 	// Int#6.26.90


Commit: 457a2b1cdc1ca71a0e89b619eee249e382526a89
    https://github.com/scummvm/scummvm/commit/457a2b1cdc1ca71a0e89b619eee249e382526a89
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2016-09-19T17:54:35+03:00

Commit Message:
Merge pull request #833 from h3xx/sci-checksums-lsl3-amiga

SCI: Add lsl3 amiga detection checksums

Changed paths:
    engines/sci/detection_tables.h








More information about the Scummvm-git-logs mailing list