diff options
author | Fabio Battaglia | 2012-05-14 17:15:17 +0200 |
---|---|---|
committer | Fabio Battaglia | 2012-05-14 17:15:17 +0200 |
commit | 623ae7f1793a2fb535b1abd6290a071ad90ee757 (patch) | |
tree | 70dd2ec5890da672fac00168ba6b6c52f4c5d4b7 | |
parent | b253a05454cd4088a70ac1a90589ebf5db85ed5a (diff) | |
download | scummvm-rg350-623ae7f1793a2fb535b1abd6290a071ad90ee757.tar.gz scummvm-rg350-623ae7f1793a2fb535b1abd6290a071ad90ee757.tar.bz2 scummvm-rg350-623ae7f1793a2fb535b1abd6290a071ad90ee757.zip |
CRUISE: Add detection entry for Amiga Italian ver
-rw-r--r-- | engines/cruise/detection.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/engines/cruise/detection.cpp b/engines/cruise/detection.cpp index eb7c1c524f..3603ffa862 100644 --- a/engines/cruise/detection.cpp +++ b/engines/cruise/detection.cpp @@ -171,6 +171,19 @@ static const CRUISEGameDescription gameDescriptions[] = { GType_CRUISE, 0, }, + { // Amiga Italian US GOLD edition. + { + "cruise", + 0, + AD_ENTRY1("D1", "a0011075413b7335e003e8e3c9cf51b9"), + Common::EN_ANY, + Common::kPlatformAmiga, + ADGF_NO_FLAGS, + GUIO0() + }, + GType_CRUISE, + 0, + }, { // AtariST English KixxXL edition. { "cruise", |