From 3d112e1622f416223e24e631af38960bb1c0e514 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 16 Nov 2019 19:38:11 -0800 Subject: TINSEL: Add DW1 CD Argentum Collection detection --- engines/tinsel/detection_tables.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'engines/tinsel/detection_tables.h') diff --git a/engines/tinsel/detection_tables.h b/engines/tinsel/detection_tables.h index 6c1a3a39f4..1e4666d3d5 100644 --- a/engines/tinsel/detection_tables.h +++ b/engines/tinsel/detection_tables.h @@ -556,6 +556,26 @@ static const TinselGameDescription gameDescriptions[] = { TINSEL_V1, }, + { // English CD "Argentum Collection" + { + "dw", + "CD", + { + {"dw.scn", 0, "36795d539e290838fa1d4c11789cb142", 776188}, + {"english.smp", 0, NULL, -1}, + {NULL, 0, NULL, 0} + }, + Common::EN_ANY, + Common::kPlatformDOS, + ADGF_CD | ADGF_TESTING, + GUIO0() + }, + GID_DW1, + 0, + GF_SCNFILES | GF_ENHANCED_AUDIO_SUPPORT, + TINSEL_V1, + }, + { // Russian Discworld 1. Fan translation v1.1 { "dw", -- cgit v1.2.3