diff options
author | Matan Bareket | 2017-12-15 11:58:32 -0500 |
---|---|---|
committer | Eugene Sandulenko | 2017-12-26 20:31:14 +0100 |
commit | 61e3bdcd2ac915c55b30402476b50d2811354d92 (patch) | |
tree | f7e9ac612dcb11cc3c13e98f3b14759604ed9c31 /engines/kyra | |
parent | 119cdf1767e1cda7dbfa4f9c37a52c118e1f92d6 (diff) | |
download | scummvm-rg350-61e3bdcd2ac915c55b30402476b50d2811354d92.tar.gz scummvm-rg350-61e3bdcd2ac915c55b30402476b50d2811354d92.tar.bz2 scummvm-rg350-61e3bdcd2ac915c55b30402476b50d2811354d92.zip |
KYRA: Added detection entries for LOL Spanish Floppy version - Bug #9699
Diffstat (limited to 'engines/kyra')
-rw-r--r-- | engines/kyra/detection_tables.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/engines/kyra/detection_tables.h b/engines/kyra/detection_tables.h index 773d491423..0ba122f9cb 100644 --- a/engines/kyra/detection_tables.h +++ b/engines/kyra/detection_tables.h @@ -1449,6 +1449,23 @@ const KYRAGameDescription adGameDescs[] = { LOL_FLOPPY_FLAGS }, + { // Spanish floppy version 1.23, bug #9699 "Lands of Lore - Spanish version 1.23 MD5" + { + "lol", + "Extracted", + { + {"GENERAL.PAK", 0, "ca1208aa60c5f3e3a7e06a0420a11526", -1 }, + {"CHAPTER7.PAK", 0, "1f11dc4ba0473eec9d6d93bbf2ee9c8a", -1 }, + { 0, 0, 0, 0 } + }, + Common::ES_ESP, + Common::kPlatformDOS, + ADGF_NO_FLAGS, + GUIO8(GUIO_NOSPEECH, GUIO_MIDIADLIB, GUIO_MIDIMT32, GUIO_MIDIGM, GUIO_MIDIPCSPK, GUIO_RENDERVGA, GAMEOPTION_LOL_SCROLLING, GAMEOPTION_LOL_CURSORS) + }, + LOL_FLOPPY_FLAGS + }, + // Russian fan translation { { |