diff options
author | Strangerke | 2012-10-27 19:09:28 +0200 |
---|---|---|
committer | Strangerke | 2012-10-27 19:09:28 +0200 |
commit | 2888a3863c5a67b251bedef1f5984dabd2e7e044 (patch) | |
tree | 60893a94ce4f61de8fba7079bce9aefa080c38db /engines/hopkins | |
parent | 46b44b923bca221fbd7f95d8c55c34d658fa31d1 (diff) | |
download | scummvm-rg350-2888a3863c5a67b251bedef1f5984dabd2e7e044.tar.gz scummvm-rg350-2888a3863c5a67b251bedef1f5984dabd2e7e044.tar.bz2 scummvm-rg350-2888a3863c5a67b251bedef1f5984dabd2e7e044.zip |
HOPKINS: Add detection for Win95 demo
Diffstat (limited to 'engines/hopkins')
-rw-r--r-- | engines/hopkins/detection_tables.h | 15 |
1 files changed, 15 insertions, 0 deletions
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 @@ -71,6 +71,21 @@ static const HopkinsGameDescription gameDescriptions[] = { }, }, { + // 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 { "hopkins", |