diff options
-rw-r--r-- | engines/mads/detection_tables.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/engines/mads/detection_tables.h b/engines/mads/detection_tables.h index ac5316d4b4..d7614cfb6e 100644 --- a/engines/mads/detection_tables.h +++ b/engines/mads/detection_tables.h @@ -41,6 +41,24 @@ static const MADSGameDescription gameDescriptions[] = { 0 }, + { + // Rex Nebular and the Cosmic Gender Bender DOS English + { + "nebular", + 0, + { + {"section1.hag", 0, "6f725eb38660de8af31ec7cdd628d615", 927222}, + AD_LISTEND + }, + Common::EN_ANY, + Common::kPlatformDOS, + ADGF_NO_FLAGS, + GUIO1(GUIO_NONE) + }, + GType_RexNebular, + 0 + }, + { AD_TABLE_END_MARKER } }; |