diff options
author | Martin Kiewitz | 2015-07-10 15:02:20 +0200 |
---|---|---|
committer | Martin Kiewitz | 2015-07-10 15:02:20 +0200 |
commit | 5a297977354290af496179215d60848a78af8001 (patch) | |
tree | d0440387dbc65181ed237fa0ff076100fd1a26d5 | |
parent | 8c00644cf269d788ee7ebfc291373e049257ba23 (diff) | |
download | scummvm-rg350-5a297977354290af496179215d60848a78af8001.tar.gz scummvm-rg350-5a297977354290af496179215d60848a78af8001.tar.bz2 scummvm-rg350-5a297977354290af496179215d60848a78af8001.zip |
SCI: add Japanese Lighthouse SCI3 detection entry
-rw-r--r-- | engines/sci/detection_tables.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 7cadcfc27e..55305c4b42 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -2445,6 +2445,16 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::EN_ANY, Common::kPlatformDOS, ADGF_UNSTABLE, GUIO5(GUIO_NOSPEECH, GUIO_NOASPECT, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, + // Lighthouse - Japanese DOS (from m_kiewitz) + // Executable scanning reports "3.000.000", VERSION file reports "1.0C" + {"lighthouse", "", { + {"resmap.001", 0, "18e0ac1597fe1cf6dc663118fe983e3b", 7885}, + {"ressci.001", 0, "14e922c47b92156377cb49e241691792", 99573473}, + {"resmap.002", 0, "723fc742c623d8933e5753a264324cb0", 7657}, + {"ressci.002", 0, "175468431a979b9f317c294ce3bc1430", 94627469}, + AD_LISTEND}, + Common::JA_JPN, Common::kPlatformDOS, ADGF_UNSTABLE, GUIO5(GUIO_NOSPEECH, GUIO_NOASPECT, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, + // Lighthouse - Spanish DOS (from jvprat) // Executable scanning reports "3.000.000", VERSION file reports "1.1" {"lighthouse", "", { |