[Scummvm-git-logs] scummvm master -> 9b1bb0b197b6665db7019098a3f16c655badfbca
tag2015
noreply at scummvm.org
Thu Nov 9 19:55:57 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
9b1bb0b197 CRUISE: Added detection for fanmade Italian Amiga
Commit: 9b1bb0b197b6665db7019098a3f16c655badfbca
https://github.com/scummvm/scummvm/commit/9b1bb0b197b6665db7019098a3f16c655badfbca
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-11-09T20:30:14+01:00
Commit Message:
CRUISE: Added detection for fanmade Italian Amiga
Changed paths:
engines/cruise/detection.cpp
diff --git a/engines/cruise/detection.cpp b/engines/cruise/detection.cpp
index 18708a05f48..9b2309dad1e 100644
--- a/engines/cruise/detection.cpp
+++ b/engines/cruise/detection.cpp
@@ -105,6 +105,28 @@ static const CRUISEGameDescription gameDescriptions[] = {
GUIO0()
},
},
+ {
+ {
+ "cruise",
+ "256 colors",
+ AD_ENTRY1("D1", "e19a4ab2e24a69087e4ea994a5506231"),
+ Common::IT_ITA,
+ Common::kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO0()
+ },
+ },
+ {
+ {
+ "cruise",
+ "256 colors",
+ AD_ENTRY1("D1", "9a302ada55600d96061fda1d63a6ccda"),
+ Common::ES_ESP,
+ Common::kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO0()
+ },
+ },
{
{
"cruise",
@@ -160,6 +182,17 @@ static const CRUISEGameDescription gameDescriptions[] = {
GUIO0()
},
},
+ { // Amiga Italian (Fanmade translation 1.0).
+ {
+ "cruise",
+ "Fanmade",
+ AD_ENTRY1s("D1", "198ebe2f03d7ea7696b28fb31f1ed9ba", 700660),
+ Common::IT_ITA,
+ Common::kPlatformAmiga,
+ ADGF_NO_FLAGS,
+ GUIO0()
+ },
+ },
{ // AtariST English KixxXL edition.
{
"cruise",
@@ -182,28 +215,6 @@ static const CRUISEGameDescription gameDescriptions[] = {
GUIO0()
},
},
- {
- {
- "cruise",
- "256 colors",
- AD_ENTRY1("D1", "e19a4ab2e24a69087e4ea994a5506231"),
- Common::IT_ITA,
- Common::kPlatformDOS,
- ADGF_NO_FLAGS,
- GUIO0()
- },
- },
- {
- {
- "cruise",
- "256 colors",
- AD_ENTRY1("D1", "9a302ada55600d96061fda1d63a6ccda"),
- Common::ES_ESP,
- Common::kPlatformDOS,
- ADGF_NO_FLAGS,
- GUIO0()
- },
- },
{AD_TABLE_END_MARKER}
};
More information about the Scummvm-git-logs
mailing list