diff options
Diffstat (limited to 'engines/tony/detection_tables.h')
-rw-r--r-- | engines/tony/detection_tables.h | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/engines/tony/detection_tables.h b/engines/tony/detection_tables.h index f9881c29f2..ce3ab01a9f 100644 --- a/engines/tony/detection_tables.h +++ b/engines/tony/detection_tables.h @@ -124,6 +124,22 @@ static const TonyGameDescription gameDescriptions[] = { }, }, { + // Tony Tough Italian provided by Giovanni Bajo + { + "tony", + 0, + { + {"roasted.mpr", 0, "06203dbbc85fdd1e6dc8fc211c1a6207", 135911071}, + {"roasted.mpc", 0, "6202816f991b15af82aab84e3e4be011", 380183}, + AD_LISTEND + }, + Common::IT_ITA, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + GUIO1(GUIO_NONE) + }, + }, + { // Tony Tough Polish provided by Fabio Barzagli { "tony", @@ -139,6 +155,39 @@ static const TonyGameDescription gameDescriptions[] = { GUIO1(GUIO_NONE) }, }, + { + // Tony Tough German "Gamestar" provided in bug #3566035 + { + "tony", + 0, + { + {"roasted.mpr", 0, "06203dbbc85fdd1e6dc8fc211c1a6207", 135911071}, + {"roasted.mpc", 0, "187de6f88f4083808cb66342ab55a7fd", 389904}, + AD_LISTEND + }, + Common::DE_DEU, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + GUIO1(GUIO_NONE) + }, + }, + { + // Tony Tough Czech provided in bug #3565765 + { + "tony", + 0, + { + // {"data1.cab", 0, "c6d5dd8f0c1241a6e3f7861b7f27bf7b", 4350}, + {"roasted.mpr", 0, "06203dbbc85fdd1e6dc8fc211c1a6207", 135911071}, + {"roasted.mpc", 0, "a8283a101878f3ca105f1f83f07e2c40", 386491}, + AD_LISTEND + }, + Common::CZ_CZE, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + GUIO1(GUIO_NONE) + }, + }, { AD_TABLE_END_MARKER } }; |