diff options
author | athrxx | 2018-11-14 22:20:15 +0100 |
---|---|---|
committer | athrxx | 2019-12-18 20:50:40 +0100 |
commit | b8a44c957732165aabd0bbd99cdf0f2114450cd6 (patch) | |
tree | 03f09fe7215252fdb67d50613e9ecfdfa2c3ca70 /engines/kyra | |
parent | 21b5f9262c14114f457120a0504a55fc3ca96489 (diff) | |
download | scummvm-rg350-b8a44c957732165aabd0bbd99cdf0f2114450cd6.tar.gz scummvm-rg350-b8a44c957732165aabd0bbd99cdf0f2114450cd6.tar.bz2 scummvm-rg350-b8a44c957732165aabd0bbd99cdf0f2114450cd6.zip |
KYRA: (EOB/PC98) - add detection entry
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 7ff8f36ebc..b151154cb7 100644 --- a/engines/kyra/detection_tables.h +++ b/engines/kyra/detection_tables.h @@ -60,6 +60,7 @@ namespace { #define LOL_KYRA2_DEMO_FLAGS FLAGS(true, false, false, false, false, false, false, false, false, Kyra::GI_KYRA2) #define EOB_FLAGS FLAGS(false, false, false, false, false, false, false, false, false, Kyra::GI_EOB1) +#define EOB_PC98_FLAGS FLAGS(false, false, false, false, true, true, false, false, false, Kyra::GI_EOB1) #define EOB2_FLAGS FLAGS(false, false, false, false, false, false, false, false, false, Kyra::GI_EOB2) #define EOB2_FMTOWNS_FLAGS FLAGS(false, false, false, false, true, false, true, false, false, Kyra::GI_EOB2) @@ -1688,6 +1689,22 @@ const KYRAGameDescription adGameDescs[] = { { { + "eob", + 0, + { + { "BRICK3.BIN", 0, "7fb13157102accf6ddb806d5ad36c833", -1 }, + { 0, 0, 0, 0 } + }, + Common::JA_JPN, + Common::kPlatformPC98, + ADGF_NO_FLAGS, + GUIO4(GUIO_NOSPEECH, GUIO_MIDIPC98, GUIO_RENDERPC9801, GAMEOPTION_EOB_HPGRAPHS) + }, + EOB_PC98_FLAGS + }, + + { + { "eob2", 0, { |