diff options
-rw-r--r-- | engines/supernova/detection.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/supernova/detection.cpp b/engines/supernova/detection.cpp index 7fd2da1760..a26274c3bf 100644 --- a/engines/supernova/detection.cpp +++ b/engines/supernova/detection.cpp @@ -67,6 +67,15 @@ static const ADGameDescription gameDescriptions[] = { ADGF_UNSTABLE, GUIO1(GUIO_NONE) }, + { + "msn2", + NULL, + AD_ENTRY1s("ms2_data.000", "e595610cba4a6d24a763e428d05cc83f", 24805), + Common::EN_ANY, + Common::kPlatformDOS, + ADGF_UNSTABLE, + GUIO1(GUIO_NONE) + }, AD_TABLE_END_MARKER }; |