diff options
author | Nicola Mettifogo | 2007-02-24 09:11:12 +0000 |
---|---|---|
committer | Nicola Mettifogo | 2007-02-24 09:11:12 +0000 |
commit | c8631a92e992d261891b30bfed77e45d449ea009 (patch) | |
tree | 60b9279b6928dc5e6c97b37536870b8401c7b189 /engines/parallaction | |
parent | b8bbe1b5fe03d7b624173a44cfa53f1eb38c481e (diff) | |
download | scummvm-rg350-c8631a92e992d261891b30bfed77e45d449ea009.tar.gz scummvm-rg350-c8631a92e992d261891b30bfed77e45d449ea009.tar.bz2 scummvm-rg350-c8631a92e992d261891b30bfed77e45d449ea009.zip |
french amiga demo is now recognized (not playable yet)
svn-id: r25813
Diffstat (limited to 'engines/parallaction')
-rw-r--r-- | engines/parallaction/detection.cpp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/engines/parallaction/detection.cpp b/engines/parallaction/detection.cpp index dd8c3706ff..4cf17cf2f1 100644 --- a/engines/parallaction/detection.cpp +++ b/engines/parallaction/detection.cpp @@ -74,6 +74,26 @@ static const PARALLACTIONGameDescription gameDescriptions[] = { GType_Nippon, 0, }, + + + { + { + "nippon", + "amiga french demo", + { + { "disk0", 0, "6fed2e18a6bfe5e8bb49144fcc95fd11", 624640}, + { "fr", 0, "72f04be4320dfac719431419ec2b9a0d", 12778}, + { NULL, 0, NULL, 0} + }, + Common::FR_FRA, + Common::kPlatformAmiga, + Common::ADGF_NO_FLAGS + }, + GType_Nippon, + 0, + }, + + { AD_TABLE_END_MARKER, 0, 0 } }; |