aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/detection_tables.h
diff options
context:
space:
mode:
authorLothar Serra Mari2016-04-30 16:31:49 +0200
committerLothar Serra Mari2016-04-30 16:31:49 +0200
commit86daaa97e8cf5f807e6f1043a02f2dbcc90d02e5 (patch)
treeb3c18a736243fd4f73fc0a455db876f4760e5309 /engines/scumm/detection_tables.h
parentde891f6874916b19ea4dc40ddbcb9aefe82f4211 (diff)
downloadscummvm-rg350-86daaa97e8cf5f807e6f1043a02f2dbcc90d02e5.tar.gz
scummvm-rg350-86daaa97e8cf5f807e6f1043a02f2dbcc90d02e5.tar.bz2
scummvm-rg350-86daaa97e8cf5f807e6f1043a02f2dbcc90d02e5.zip
SCUMM: Add detection for Monkey Island 2 Unofficial SE Talkie
Diffstat (limited to 'engines/scumm/detection_tables.h')
-rw-r--r--engines/scumm/detection_tables.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/scumm/detection_tables.h b/engines/scumm/detection_tables.h
index 85de314330..bb3e7f6ec3 100644
--- a/engines/scumm/detection_tables.h
+++ b/engines/scumm/detection_tables.h
@@ -249,6 +249,7 @@ static const GameSettings gameVariantsTable[] = {
{"monkey2", "", 0, GID_MONKEY2, 5, 0, MDT_PCSPK | MDT_ADLIB | MDT_MIDI | MDT_PREFER_MT32, 0, UNK, GUIO1(GUIO_NOSPEECH)},
{"monkey2", "FM-TOWNS", 0, GID_MONKEY2, 5, 0, MDT_PCSPK | MDT_TOWNS | MDT_ADLIB | MDT_MIDI | MDT_PREFER_MT32, 0, Common::kPlatformFMTowns, GUIO5(GUIO_NOSPEECH, GUIO_MIDITOWNS, GUIO_MIDIADLIB, GUIO_MIDIMT32, GUIO_NOASPECT)},
+ {"monkey2", "SE Talkie",0, GID_MONKEY2, 5, 0, MDT_PCSPK | MDT_ADLIB | MDT_MIDI | MDT_PREFER_MT32, 0, UNK, GUIO0()},
{"atlantis", "", 0, GID_INDY4, 5, 0, MDT_PCSPK | MDT_ADLIB | MDT_MIDI | MDT_PREFER_MT32, 0, UNK, GUIO0()},
{"atlantis", "Steam", "steam", GID_INDY4, 5, 0, MDT_PCSPK | MDT_ADLIB | MDT_MIDI | MDT_PREFER_MT32, 0, UNK, GUIO0()},