aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/detection_tables.h
diff options
context:
space:
mode:
authornukeykt2017-12-23 23:01:29 +0900
committerEugene Sandulenko2018-02-04 12:56:06 +0100
commite5bfead3458661140d17863ffe33af5f71638387 (patch)
tree797c71145c22d959e99a019ed51a07ea03c19d99 /engines/scumm/detection_tables.h
parentbdda3447a3c0eebc31ac3202699a397ca4122ddf (diff)
downloadscummvm-rg350-e5bfead3458661140d17863ffe33af5f71638387.tar.gz
scummvm-rg350-e5bfead3458661140d17863ffe33af5f71638387.tar.bz2
scummvm-rg350-e5bfead3458661140d17863ffe33af5f71638387.zip
SCUMM HE: Use Miles AdLib driver
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 65891e0b0d..ce8eecfd4d 100644
--- a/engines/scumm/detection_tables.h
+++ b/engines/scumm/detection_tables.h
@@ -284,6 +284,7 @@ static const GameSettings gameVariantsTable[] = {
{"fbear", "HE 70", 0, GID_FBEAR, 6, 70, MDT_NONE, GF_USE_KEY, Common::kPlatformWindows, GUIO2(GUIO_NOLAUNCHLOAD, GUIO_NOMIDI)},
{"puttmoon", "", 0, GID_PUTTMOON, 6, 62, MDT_ADLIB | MDT_MIDI, GF_USE_KEY, UNK, GUIO1(GUIO_NOLAUNCHLOAD)},
+ {"puttmoon", "Demo", 0, GID_HEGAME, 6, 62, MDT_ADLIB | MDT_MIDI, GF_USE_KEY, UNK, GUIO1(GUIO_NOLAUNCHLOAD)},
{"puttmoon", "HE 70", 0, GID_PUTTMOON, 6, 70, MDT_NONE, GF_USE_KEY, Common::kPlatformWindows, GUIO2(GUIO_NOLAUNCHLOAD, GUIO_NOMIDI)},
{"puttputt", "HE 60", 0, GID_HEGAME, 6, 60, MDT_ADLIB | MDT_MIDI, GF_USE_KEY, UNK, GUIO1(GUIO_NOLAUNCHLOAD)},