diff options
author | Martin Kiewitz | 2015-12-13 19:19:40 +0100 |
---|---|---|
committer | Martin Kiewitz | 2015-12-13 19:19:40 +0100 |
commit | f9085aca0699d2b70e5310efe0e94ef9b0a41c87 (patch) | |
tree | 62050cd3971424aeaea1adfdf08064e079acc0ca /engines/sci | |
parent | cbc517f14f339cbf709797192e1d8d48ff2313de (diff) | |
download | scummvm-rg350-f9085aca0699d2b70e5310efe0e94ef9b0a41c87.tar.gz scummvm-rg350-f9085aca0699d2b70e5310efe0e94ef9b0a41c87.tar.bz2 scummvm-rg350-f9085aca0699d2b70e5310efe0e94ef9b0a41c87.zip |
SCI: detection for Castle of Dr. Brain PC-9801 JP
also known as Dr. Brain Puzzle no Shiro
Diffstat (limited to 'engines/sci')
-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 4482375d19..f6283bf77b 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -172,6 +172,16 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::ES_ESP, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, + // Castle of Dr. Brain aka Dr. Brain Puzzle no Shiro - Japanese PC-98 Floppy (from m_kiewitz) + // includes both Japanese and English text + // Executable scanning reports "x.yyy.zzz", VERSION file reports "1.000" + {"castlebrain", "", { + {"resource.map", 0, "ff9674d5d0215a7ebae25ee38d5a72af", 2631}, + {"resource.000", 0, "27ec5fa09cd12a7fd16e86d96a2ed245", 548272}, + {"resource.001", 0, "7c3e82c390e934de9b7afcab6de9cec4", 1117317}, + AD_LISTEND}, + Common::JA_JPN, Common::kPlatformPC98, ADGF_ADDENGLISH, GUIO5(GUIO_NOSPEECH, GUIO_NOASPECT, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, + #ifdef ENABLE_SCI32 // Inside the Chest / Behind the Developer's Shield // SCI interpreter version 2.000.000 |