diff options
-rw-r--r-- | engines/tony/detection_tables.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/engines/tony/detection_tables.h b/engines/tony/detection_tables.h index 28dcaac752..e4a064157b 100644 --- a/engines/tony/detection_tables.h +++ b/engines/tony/detection_tables.h @@ -128,6 +128,22 @@ static const TonyGameDescription gameDescriptions[] = { }, { + // Tony Tough Italian (PC Action magazine) + { + "tony", + 0, + { + { "data1.cab", 0, "42344827407b974af11d60fadbd021b4", 3811 }, + AD_LISTEND + }, + Common::IT_ITA, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + GUIO1(GUIO_NONE) + }, + }, + + { // Tony Tough Italian provided by Giovanni Bajo { "tony", |