From 2888a3863c5a67b251bedef1f5984dabd2e7e044 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sat, 27 Oct 2012 19:09:28 +0200 Subject: HOPKINS: Add detection for Win95 demo --- engines/hopkins/detection_tables.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/engines/hopkins/detection_tables.h b/engines/hopkins/detection_tables.h index 0781a530e8..9e1d329f39 100644 --- a/engines/hopkins/detection_tables.h +++ b/engines/hopkins/detection_tables.h @@ -70,6 +70,21 @@ static const HopkinsGameDescription gameDescriptions[] = { GUIO1(GUIO_NONE) }, }, + { + // Hopkins FBI Win95 Demo, provided by Strangerke + { + "hopkins", + 0, + { + {"Hopkins.exe", 0, "0c9ebfe371f4dcf84a49f333f04839a0", 376897}, + AD_LISTEND + }, + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_DEMO, + GUIO1(GUIO_NONE) + }, + }, { // Hopkins FBI Win95, provided by Strangerke { -- cgit v1.2.3