From d951cb9bda5e4b37653feb581f26024a76885b58 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 26 May 2014 13:28:40 -0400 Subject: MADS: Add detection for alternate Rex 8.49 English --- engines/mads/detection_tables.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'engines/mads/detection_tables.h') diff --git a/engines/mads/detection_tables.h b/engines/mads/detection_tables.h index a5a9c33456..9995ccc66d 100644 --- a/engines/mads/detection_tables.h +++ b/engines/mads/detection_tables.h @@ -62,6 +62,24 @@ static const MADSGameDescription gameDescriptions[] = { 0 }, + { + // Rex Nebular and the Cosmic Gender Bender DOS English 8.49 Atlernate + { + "nebular", + 0, + { + { "section1.hag", 0, "d583576923e3437937fb7f46f4b6274f", 927222 }, + AD_LISTEND + }, + Common::EN_ANY, + Common::kPlatformDOS, + ADGF_NO_FLAGS, + GUIO1(GUIO_NONE) + }, + GType_RexNebular, + 0 + }, + { // Return of the Phantom DOS English { -- cgit v1.2.3