aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/detection.cpp
diff options
context:
space:
mode:
authorNicola Mettifogo2007-06-15 21:40:02 +0000
committerNicola Mettifogo2007-06-15 21:40:02 +0000
commit85ce1d85cac75ba7937a4819a69b11ba5d58e9d2 (patch)
tree397d1dc1bd1db1bc86cd205527ec25c063a00049 /engines/parallaction/detection.cpp
parentf80799cd5be7489fb4ab3fbb7fc55ecac25d1a6d (diff)
downloadscummvm-rg350-85ce1d85cac75ba7937a4819a69b11ba5d58e9d2.tar.gz
scummvm-rg350-85ce1d85cac75ba7937a4819a69b11ba5d58e9d2.tar.bz2
scummvm-rg350-85ce1d85cac75ba7937a4819a69b11ba5d58e9d2.zip
All known versions of Nippon Safes are now enabled with all features except for half-brite effects. Please keep an eye out for regression.
svn-id: r27437
Diffstat (limited to 'engines/parallaction/detection.cpp')
-rw-r--r--engines/parallaction/detection.cpp25
1 files changed, 23 insertions, 2 deletions
diff --git a/engines/parallaction/detection.cpp b/engines/parallaction/detection.cpp
index cca2d4a17e..89a0372fac 100644
--- a/engines/parallaction/detection.cpp
+++ b/engines/parallaction/detection.cpp
@@ -77,7 +77,7 @@ static const PARALLACTIONGameDescription gameDescriptions[] = {
GType_Nippon,
GF_LANG_EN | GF_LANG_FR | GF_LANG_DE | GF_LANG_IT,
},
-
+
{
{
"nippon",
@@ -100,7 +100,7 @@ static const PARALLACTIONGameDescription gameDescriptions[] = {
GType_Nippon,
GF_LANG_EN | GF_LANG_FR | GF_LANG_DE,
},
-
+
{
{
"nippon",
@@ -119,6 +119,27 @@ static const PARALLACTIONGameDescription gameDescriptions[] = {
},
+ {
+ {
+ "nippon",
+ "",
+ {
+ {"disk0", 0, "bfee75d8015f1fb97e75dbe08df4bef7", 354304},
+ {"disk1", 0, "f339dd108c1a1f5cd4853d9966e5d01f", 901120},
+ {"disk2", 0, "2db40bf8198a57d18e4471a6deaab970", 901120},
+ {"disk3", 0, "0486972962b2bfc230e789b9f88f9ec8", 901120},
+ {"disk4", 0, "6f625e7f05da4a2f57d6b62d57013614", 901120},
+ {"it", 0, "746088eb8de2b2713685d243a4e4678f", 185344},
+ { NULL, 0, NULL, 0}
+ },
+ Common::IT_ITA,
+ Common::kPlatformAmiga,
+ Common::ADGF_NO_FLAGS
+ },
+ GType_Nippon,
+ GF_LANG_IT,
+ },
+
{ AD_TABLE_END_MARKER, 0, 0 }
};