diff options
author | Fabio Battaglia | 2010-03-04 17:21:59 +0000 |
---|---|---|
committer | Fabio Battaglia | 2010-03-04 17:21:59 +0000 |
commit | 5c93ac4adc5df5b0827285cc9f7edd0cdadec7fa (patch) | |
tree | 9362167181998f77d7d5b5c4012d33ac170daf8c | |
parent | 4221460f6d3a27c98f8c1686784bcba748d833f7 (diff) | |
download | scummvm-rg350-5c93ac4adc5df5b0827285cc9f7edd0cdadec7fa.tar.gz scummvm-rg350-5c93ac4adc5df5b0827285cc9f7edd0cdadec7fa.tar.bz2 scummvm-rg350-5c93ac4adc5df5b0827285cc9f7edd0cdadec7fa.zip |
cruise: add detection entry for Amiga English US GOLD version
svn-id: r48160
-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", |