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