diff options
-rw-r--r-- | engines/sci/detection_tables.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index ed04d6387e..2aeca0fe6f 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -4999,6 +4999,10 @@ static const struct ADGameDescription SciGameDescriptions[] = { GAMEOPTION_ORIGINAL_SAVELOAD, \ GAMEOPTION_ENABLE_BLACK_LINED_VIDEO, \ GAMEOPTION_HQ_VIDEO) +#define GUIO_SQ6_MAC GUIO4(GUIO_LINKSPEECHTOSFX, \ + GUIO_NOASPECT, \ + GAMEOPTION_ENABLE_BLACK_LINED_VIDEO, \ + GAMEOPTION_HQ_VIDEO) // Space Quest 6 - English DOS/Win3.11 CD (from the Space Quest Collection) // Executable scanning reports "2.100.002", VERSION file reports "1.0" @@ -5048,8 +5052,27 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::EN_ANY, Common::kPlatformWindows, ADGF_DEMO, GUIO_SQ6_DEMO }, + // Space Quest 6 - English Macintosh CD + // VERSION file reports "1.000" + {"sq6", "", { + {"Data1", 0, "37d452ef82e3c054a2531d3028acbd9a", 11488588}, + {"Data2", 0, "c4d2da963e1ae9f52bac4bece8ecef19", 6912519}, + {"Data3", 0, "d1ee854dc7ac5e439aaaed683404dd53", 5527552}, + {"Data4", 0, "4126aa73958a00203e97f843e888d82b", 5872808}, + {"Data5", 0, "9b3558495d861ebb97ceaaec6f1686c1", 5916650}, + {"Data6", 0, "7ce6c5172ee8cd23476d5c9fcf41a545", 5340247}, + {"Data7", 0, "7103d65a3b94ca0cdb88d83e0faa6589", 6017850}, + {"Data8", 0, "0f30545c9789f4b31613a671d47b5b67", 2266349}, + {"Data9", 0, "d667feaefef37089577b3fb925c676ed", 2941306}, + {"Data10", 0, "92d878ff44fc4ef6b0d9e8cda2f11d2c", 4037677}, + {"Data11", 0, "08ca4f202e115df26cf80aa2a722a959", 925888}, + {"Data12", 0, "5c715987024fbc666c1c3fea2bcdce42", 1869183}, + AD_LISTEND }, + Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK | ADGF_UNSTABLE, GUIO_SQ6_MAC }, + #undef GUIO_SQ6_DEMO #undef GUIO_SQ6 +#undef GUIO_SQ6_MAC #endif // ENABLE_SCI32 |