diff options
author | Alex Bevilacqua | 2012-11-20 09:37:40 -0500 |
---|---|---|
committer | Alex Bevilacqua | 2012-11-20 09:37:40 -0500 |
commit | 7bd46c4ee065832025a360b846f1ffc3ffb89848 (patch) | |
tree | c1782c028e50ee64d068275dffa2769f7fd6f3fd | |
parent | dd241bd41cba5d0bfac0ace58f4924f61840b207 (diff) | |
download | scummvm-rg350-7bd46c4ee065832025a360b846f1ffc3ffb89848.tar.gz scummvm-rg350-7bd46c4ee065832025a360b846f1ffc3ffb89848.tar.bz2 scummvm-rg350-7bd46c4ee065832025a360b846f1ffc3ffb89848.zip |
HOPKINS: add another detetction entry for the Win95 full game
-rw-r--r-- | engines/hopkins/detection_tables.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/engines/hopkins/detection_tables.h b/engines/hopkins/detection_tables.h index 54c0fc9cbb..50152cfb4c 100644 --- a/engines/hopkins/detection_tables.h +++ b/engines/hopkins/detection_tables.h @@ -106,6 +106,23 @@ static const HopkinsGameDescription gameDescriptions[] = { }, }, { + // Hopkins FBI Win95, provided by alexbevi + // Dec 15 1998 hopkins.exe + { + "hopkins", + 0, + { + {"Hopkins.exe", 0, "a587762dd50d5933e1c89f9975180764", 378694}, + {"RES_VAN.RES", 0, "f1693ac0b0859c8ecd8cb30ff43cf55f", 38296346}, + AD_LISTEND + }, + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + GUIO1(GUIO_NONE) + }, + }, + { // Hopkins FBI Linux, provided by Strangerke { "hopkins", |