diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/hopkins/detection_tables.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/engines/hopkins/detection_tables.h b/engines/hopkins/detection_tables.h index 38548e1eda..0781a530e8 100644 --- a/engines/hopkins/detection_tables.h +++ b/engines/hopkins/detection_tables.h @@ -55,6 +55,36 @@ static const HopkinsGameDescription gameDescriptions[] = { }, }, + { + // Hopkins FBI OS/2, provided by Strangerke + { + "hopkins", + 0, + { + {"Hopkins.exe", 0, "63d45f882278e5a9fa1027066223e5d9", 292864}, + AD_LISTEND + }, + Common::EN_ANY, + Common::kPlatformOS2, + ADGF_NO_FLAGS, + GUIO1(GUIO_NONE) + }, + }, + { + // Hopkins FBI Win95, provided by Strangerke + { + "hopkins", + 0, + { + {"Hopkins.exe", 0, "277a5c144bf9ec7d8450ae37afb85090", 419281}, + AD_LISTEND + }, + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + GUIO1(GUIO_NONE) + }, + }, { AD_TABLE_END_MARKER } }; |