From 8b53d20b51771680c3d31aa02c0285b7a8be4e85 Mon Sep 17 00:00:00 2001 From: athrxx Date: Sun, 30 Dec 2018 16:51:33 +0100 Subject: KYRA: (EOB1/Amiga) - add detection entries --- engines/kyra/detection_tables.h | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'engines') diff --git a/engines/kyra/detection_tables.h b/engines/kyra/detection_tables.h index da0a2dee0b..0da2deae03 100644 --- a/engines/kyra/detection_tables.h +++ b/engines/kyra/detection_tables.h @@ -1654,6 +1654,38 @@ const KYRAGameDescription adGameDescs[] = { EOB_FLAGS }, + { + { + "eob", + 0, + { + { "TEXT.CPS", 0, "e9c2a9d81c8ce2dc35d92ece5950c45d", -1 }, + { 0, 0, 0, 0 } + }, + Common::EN_ANY, + Common::kPlatformAmiga, + ADGF_NO_FLAGS, + GUIO4(GUIO_NOSPEECH, GUIO_MIDIAMIGA, GUIO_RENDERAMIGA, GAMEOPTION_EOB_HPGRAPHS) + }, + EOB_FLAGS + }, + + { + { + "eob", + 0, + { + { "TEXT.CPS", 0, "66253c0f435c5947e6f7166bd94f21e3", -1 }, + { 0, 0, 0, 0 } + }, + Common::DE_DEU, + Common::kPlatformAmiga, + ADGF_NO_FLAGS, + GUIO4(GUIO_NOSPEECH, GUIO_MIDIAMIGA, GUIO_RENDERAMIGA, GAMEOPTION_EOB_HPGRAPHS) + }, + EOB_FLAGS + }, + { { "eob2", -- cgit v1.2.3