diff options
author | Kamil Zbróg | 2014-01-07 00:13:05 +0000 |
---|---|---|
committer | Kamil Zbróg | 2014-01-07 00:13:05 +0000 |
commit | e94fabc37407a7d300af04493b0f5cbced42a092 (patch) | |
tree | 998bfaa03109a49d2bb9ec5b17e817ef7cc32a4c /engines/tsage/detection_tables.h | |
parent | 165b8be77f4621ff5de8a483c6cd9ac497492a0a (diff) | |
parent | 4f6c3efa15c68dfa49bf5e6fe75dec034abe903b (diff) | |
download | scummvm-rg350-e94fabc37407a7d300af04493b0f5cbced42a092.tar.gz scummvm-rg350-e94fabc37407a7d300af04493b0f5cbced42a092.tar.bz2 scummvm-rg350-e94fabc37407a7d300af04493b0f5cbced42a092.zip |
Merge remote-tracking branch 'sync/master' into prince-malik
Diffstat (limited to 'engines/tsage/detection_tables.h')
-rw-r--r-- | engines/tsage/detection_tables.h | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/engines/tsage/detection_tables.h b/engines/tsage/detection_tables.h index 0f7f1e49bb..123f04f8e2 100644 --- a/engines/tsage/detection_tables.h +++ b/engines/tsage/detection_tables.h @@ -171,7 +171,20 @@ static const tSageGameDescription gameDescriptions[] = { GType_Ringworld2, GF_CD | GF_ALT_REGIONS }, - + // Return to Ringworld - Demo + { + { + "ringworld2", + "CD Demo", + AD_ENTRY1s("r2rw.rlb", "c8e1a82c67c3caf57368eadde13dc15f", 32384464), + Common::EN_ANY, + Common::kPlatformDOS, + ADGF_CD | ADGF_TESTING, + GUIO0() + }, + GType_Ringworld2, + GF_CD | GF_ALT_REGIONS | GF_DEMO + }, { AD_TABLE_END_MARKER, 0, 0 } }; |