From b8a44c957732165aabd0bbd99cdf0f2114450cd6 Mon Sep 17 00:00:00 2001 From: athrxx Date: Wed, 14 Nov 2018 22:20:15 +0100 Subject: KYRA: (EOB/PC98) - add detection entry --- engines/kyra/detection_tables.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'engines/kyra') 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) @@ -1686,6 +1687,22 @@ const KYRAGameDescription adGameDescs[] = { EOB_FLAGS }, + { + { + "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", -- cgit v1.2.3