diff options
author | Strangerke | 2019-09-07 22:49:27 +0200 |
---|---|---|
committer | Strangerke | 2019-09-07 22:49:27 +0200 |
commit | d0bc1cf25cad3c469aadd5ad1ab8ce6bec7f0ee7 (patch) | |
tree | c102f6ff1718cee0bc30fda07ba1e4496bda3c0c /engines/bladerunner/detection_tables.h | |
parent | b1db45b718c6ebdc4f159a22c7b8ab1ecf6ce106 (diff) | |
parent | 94b9304014217c57d4e050efb66ba9861f948ae2 (diff) | |
download | scummvm-rg350-d0bc1cf25cad3c469aadd5ad1ab8ce6bec7f0ee7.tar.gz scummvm-rg350-d0bc1cf25cad3c469aadd5ad1ab8ce6bec7f0ee7.tar.bz2 scummvm-rg350-d0bc1cf25cad3c469aadd5ad1ab8ce6bec7f0ee7.zip |
Merge branch 'master' of https://github.com/scummvm/scummvm
Diffstat (limited to 'engines/bladerunner/detection_tables.h')
-rw-r--r-- | engines/bladerunner/detection_tables.h | 34 |
1 files changed, 28 insertions, 6 deletions
diff --git a/engines/bladerunner/detection_tables.h b/engines/bladerunner/detection_tables.h index be41d84b3e..7f45c611c4 100644 --- a/engines/bladerunner/detection_tables.h +++ b/engines/bladerunner/detection_tables.h @@ -76,7 +76,18 @@ static const ADGameDescription gameDescriptions[] = { GUIO2(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY) }, - // BladeRunner (Russian) + // BladeRunner (Russian - Fargus Multimedia + Home Systems, Inc.) + { + "bladerunner", + 0, + AD_ENTRY1s("STARTUP.MIX", "bf42af841d9f4b643665013a348c81e0", 2483111), + Common::RU_RUS, + Common::kPlatformWindows, + ADGF_TESTING, + GUIO2(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY) + }, + + // BladeRunner (Russian - Fargus Multimedia + Home Systems, Inc. + Siberian Studio, R3) { "bladerunner", 0, @@ -87,11 +98,11 @@ static const ADGameDescription gameDescriptions[] = { GUIO2(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY) }, - // BladeRunner (Russian - Fargus version) + // BladeRunner (Russian - Fargus Multimedia + Home Systems, Inc. + Siberian Studio, R4) { "bladerunner", 0, - AD_ENTRY1s("STARTUP.MIX", "bf42af841d9f4b643665013a348c81e0", 2483111), + AD_ENTRY1s("STARTUP.MIX", "d62498a7415682bb3ff86a894303c836", 2810053), Common::RU_RUS, Common::kPlatformWindows, ADGF_TESTING, @@ -155,7 +166,18 @@ static const ADGameDescription gameDescriptions[] = { GUIO2(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY) }, - // BladeRunner (Russian) + // BladeRunner (Russian - Fargus Multimedia + Home Systems, Inc.) + { + "bladerunner-final", + 0, + AD_ENTRY1s("STARTUP.MIX", "bf42af841d9f4b643665013a348c81e0", 2483111), + Common::RU_RUS, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO2(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY) + }, + + // BladeRunner (Russian - Fargus Multimedia + Home Systems, Inc. + Siberian Studio, R3) { "bladerunner-final", 0, @@ -166,11 +188,11 @@ static const ADGameDescription gameDescriptions[] = { GUIO2(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY) }, - // BladeRunner (Russian - Fargus version) + // BladeRunner (Russian - Fargus Multimedia + Home Systems, Inc. + Siberian Studio, R4) { "bladerunner-final", 0, - AD_ENTRY1s("STARTUP.MIX", "bf42af841d9f4b643665013a348c81e0", 2483111), + AD_ENTRY1s("STARTUP.MIX", "d62498a7415682bb3ff86a894303c836", 2810053), Common::RU_RUS, Common::kPlatformWindows, ADGF_UNSTABLE, |