From defa0e6ffc178288ada964e7c2ee0abdf9d00a58 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sat, 4 Oct 2003 01:09:55 +0000 Subject: [PATCH] add indy4 towns target, untested but if the demo is any indication I don't see why it wouldn't work svn-id: r10584 --- scumm/scummvm.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp index fef7f9d766a..9c3f6dd46af 100644 --- a/scumm/scummvm.cpp +++ b/scumm/scummvm.cpp @@ -126,6 +126,8 @@ static const TargetSettings scumm_settings[] = { GF_USE_KEY, 0}, {"indydemo", "Indiana Jones and the Fate of Atlantis (FM Towns Demo)", GID_INDY4, 5, MDT_ADLIB | MDT_NATIVE, GF_USE_KEY, 0}, + {"indy", "Indiana Jones and the Fate of Atlantis (FM Towns)", GID_INDY4, 5, MDT_ADLIB | MDT_NATIVE, + GF_USE_KEY, 0}, {"atlantis", "Indiana Jones and the Fate of Atlantis", GID_INDY4, 5, /*MDT_PCSPK |*/ MDT_ADLIB | MDT_NATIVE, GF_USE_KEY, 0}, {"playfate", "Indiana Jones and the Fate of Atlantis (Demo)", GID_INDY4, 5, /*MDT_PCSPK |*/ MDT_ADLIB | MDT_NATIVE,