diff options
author | Fabio Battaglia | 2010-02-13 13:21:29 +0000 |
---|---|---|
committer | Fabio Battaglia | 2010-02-13 13:21:29 +0000 |
commit | 24fd77eb242c4d90e8c3a3b0bcc5f0c48a4dc77f (patch) | |
tree | 01a1c29fe7c89037bb93f87bdd0d933ec62297e7 /engines | |
parent | e17a2bd37d23cbfec63f28b1399ce5ebded536ee (diff) | |
download | scummvm-rg350-24fd77eb242c4d90e8c3a3b0bcc5f0c48a4dc77f.tar.gz scummvm-rg350-24fd77eb242c4d90e8c3a3b0bcc5f0c48a4dc77f.tar.bz2 scummvm-rg350-24fd77eb242c4d90e8c3a3b0bcc5f0c48a4dc77f.zip |
Cruise detection entry for english AtariST KixxXL edition
svn-id: r48045
Diffstat (limited to 'engines')
-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", |