aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
diff options
context:
space:
mode:
authorMatthew Hoops2011-08-05 17:29:30 -0400
committerMatthew Hoops2011-08-05 17:29:30 -0400
commit836f3fa0526f6dec8c330b6d1df19223684b5275 (patch)
tree5a54eedbdfacd38d3092773cce73874c28b6ea40 /engines/scumm
parenta63aaec46bebf0206dcad50b9adb0335d985b48d (diff)
downloadscummvm-rg350-836f3fa0526f6dec8c330b6d1df19223684b5275.tar.gz
scummvm-rg350-836f3fa0526f6dec8c330b6d1df19223684b5275.tar.bz2
scummvm-rg350-836f3fa0526f6dec8c330b6d1df19223684b5275.zip
SCUMM: Mark monkey1 VGA floppy as having CMS support
Diffstat (limited to 'engines/scumm')
-rw-r--r--engines/scumm/detection_tables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/detection_tables.h b/engines/scumm/detection_tables.h
index c324968bbe..192ddda8b3 100644
--- a/engines/scumm/detection_tables.h
+++ b/engines/scumm/detection_tables.h
@@ -235,7 +235,7 @@ static const GameSettings gameVariantsTable[] = {
{"pass", 0, 0, GID_PASS, 4, 0, MDT_PCSPK | MDT_PCJR | MDT_ADLIB, GF_16COLOR, Common::kPlatformPC, GUIO_NOSPEECH | GUIO_NOMIDI},
- {"monkey", "VGA", "vga", GID_MONKEY_VGA, 4, 0, MDT_PCSPK | MDT_PCJR | MDT_ADLIB | MDT_MIDI | MDT_PREFER_MT32, 0, UNK, GUIO_NOSPEECH},
+ {"monkey", "VGA", "vga", GID_MONKEY_VGA, 4, 0, MDT_PCSPK | MDT_PCJR | MDT_CMS | MDT_ADLIB | MDT_MIDI | MDT_PREFER_MT32, 0, UNK, GUIO_NOSPEECH},
{"monkey", "EGA", "ega", GID_MONKEY_EGA, 4, 0, MDT_PCSPK | MDT_PCJR | MDT_CMS | MDT_ADLIB | MDT_MIDI | MDT_PREFER_MT32, GF_16COLOR, Common::kPlatformPC, GUIO_NOSPEECH},
{"monkey", "No AdLib", "ega", GID_MONKEY_EGA, 4, 0, MDT_PCSPK | MDT_PCJR, GF_16COLOR, Common::kPlatformAtariST, GUIO_NOSPEECH | GUIO_NOMIDI},
{"monkey", "Demo", "ega", GID_MONKEY_EGA, 4, 0, MDT_PCSPK | MDT_PCJR | MDT_ADLIB, GF_16COLOR, Common::kPlatformPC, GUIO_NOSPEECH | GUIO_NOMIDI},