diff options
author | Paul Gilbert | 2011-04-25 18:21:33 +1000 |
---|---|---|
committer | Paul Gilbert | 2011-04-25 18:24:25 +1000 |
commit | d0142270b829a56f7c2c8d72ec5569da017ba4c4 (patch) | |
tree | 5fba68e97a5de3dc6e73f7526aa66dc2ecd303bc | |
parent | db24f1e068c2d4bcf6784a67f3caff0e72e9f5d2 (diff) | |
download | scummvm-rg350-d0142270b829a56f7c2c8d72ec5569da017ba4c4.tar.gz scummvm-rg350-d0142270b829a56f7c2c8d72ec5569da017ba4c4.tar.bz2 scummvm-rg350-d0142270b829a56f7c2c8d72ec5569da017ba4c4.zip |
TSAGE: Added detection entry for Ringworld Demo
-rw-r--r-- | engines/tsage/detection_tables.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/engines/tsage/detection_tables.h b/engines/tsage/detection_tables.h index f932c62367..952671b001 100644 --- a/engines/tsage/detection_tables.h +++ b/engines/tsage/detection_tables.h @@ -69,6 +69,20 @@ static const tSageGameDescription gameDescriptions[] = { GType_Ringworld, GF_FLOPPY }, + // Ringworld English Floppy Demo version + { + { + "ring", + "Floppy Demo", + AD_ENTRY1s("demoring.rlb", "9ecf48e088a0d475778fab480b3dbdd0", 832206), + Common::EN_ANY, + Common::kPlatformPC, + ADGF_DEMO, + Common::GUIO_NONE + }, + GType_Ringworld, + GF_FLOPPY | GF_DEMO + }, // Blue Force { |