aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorEugene Sandulenko2014-06-28 22:38:58 +0300
committerEugene Sandulenko2014-06-28 22:38:58 +0300
commit3b39132fb70c16f583a61047480fc46233e05823 (patch)
tree852b8e1289c6244cf7434c0dfa8a9075722264a5 /engines
parent7828f8ffbdc691b7a74d9522ceec3364951405d4 (diff)
downloadscummvm-rg350-3b39132fb70c16f583a61047480fc46233e05823.tar.gz
scummvm-rg350-3b39132fb70c16f583a61047480fc46233e05823.tar.bz2
scummvm-rg350-3b39132fb70c16f583a61047480fc46233e05823.zip
SAGA: Added detection for Chinese floppy ITE. Needs CJK rendering
Diffstat (limited to 'engines')
-rw-r--r--engines/saga/detection_tables.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/engines/saga/detection_tables.h b/engines/saga/detection_tables.h
index 72187a1a13..2f72e7a13c 100644
--- a/engines/saga/detection_tables.h
+++ b/engines/saga/detection_tables.h
@@ -595,6 +595,30 @@ static const SAGAGameDescription gameDescriptions[] = {
ITEPatch_Files,
},
+ // Inherit the earth - Chinese Disk version
+ {
+ {
+ "ite",
+ "Floppy",
+ {
+ {"ite.rsc", GAME_RESOURCEFILE, "8f4315a9bb10ec839253108a032c8b54", 8901704},
+ {"scripts.rsc", GAME_SCRIPTFILE, "516f7330f8410057b834424ea719d1ef", 281071},
+ { NULL, 0, NULL, 0}
+ },
+ Common::ZH_CNA,
+ Common::kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO1(GUIO_NOSPEECH)
+ },
+ GID_ITE,
+ GF_ITE_FLOPPY,
+ ITE_DEFAULT_SCENE,
+ &ITE_Resources,
+ ARRAYSIZE(ITE_GameFonts),
+ ITE_GameFonts,
+ ITEPatch_Files,
+ },
+
// ITE Amiga versions /////////////////////////////////////////////////////////////////////////////////////
// TODO: Add the Amiga versions here (not supported yet)