diff options
-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 4c5e74cd80..0c6c55d621 100644 --- a/engines/cruise/detection.cpp +++ b/engines/cruise/detection.cpp @@ -162,6 +162,19 @@ static const CRUISEGameDescription gameDescriptions[] = { GType_CRUISE, 0, }, + { // Amiga English US GOLD edition. + { + "cruise", + 0, + AD_ENTRY1("D1", "de084e9d2c6e4b2cc14803bf849eda3e"), + Common::EN_ANY, + Common::kPlatformAmiga, + ADGF_NO_FLAGS, + GUIO_NONE + }, + GType_CRUISE, + 0, + }, { // AtariST English KixxXL edition. { "cruise", |