From 13cb37defca1adb315919b00c53061f1d2226873 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Wed, 5 Dec 2012 01:15:59 +0100 Subject: HOPKINS: Add detection for Polish demo --- engines/hopkins/detection_tables.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'engines') diff --git a/engines/hopkins/detection_tables.h b/engines/hopkins/detection_tables.h index 50152cfb4c..ffb1164ed4 100644 --- a/engines/hopkins/detection_tables.h +++ b/engines/hopkins/detection_tables.h @@ -89,6 +89,22 @@ static const HopkinsGameDescription gameDescriptions[] = { GUIO1(GUIO_NONE) }, }, + { + // Hopkins FBI Win95 Polish Demo, provided by Strangerke + { + "hopkins", + "Win95 Demo", + { + {"Hopkins.exe", 0, "7595c0b9374739b212ee9f8f412ac716", 307200}, + {"RES_VAN.RES", 0, "8262cfba261c200af4451902689dffe0", 12233202}, + AD_LISTEND + }, + Common::PL_POL, + Common::kPlatformWindows, + ADGF_DEMO, + GUIO1(GUIO_NONE) + }, + }, { // Hopkins FBI Win95, provided by Strangerke { -- cgit v1.2.3