diff options
author | Jonathan Gray | 2003-10-04 01:09:55 +0000 |
---|---|---|
committer | Jonathan Gray | 2003-10-04 01:09:55 +0000 |
commit | defa0e6ffc178288ada964e7c2ee0abdf9d00a58 (patch) | |
tree | ab1a963f0b8e71e92c91495b1b39eb524690a18c | |
parent | 2162df92fc5efbe64bce31c91d880c47e1daa44d (diff) | |
download | scummvm-rg350-defa0e6ffc178288ada964e7c2ee0abdf9d00a58.tar.gz scummvm-rg350-defa0e6ffc178288ada964e7c2ee0abdf9d00a58.tar.bz2 scummvm-rg350-defa0e6ffc178288ada964e7c2ee0abdf9d00a58.zip |
add indy4 towns target, untested but if the demo is any indication I don't see why it wouldn't work
svn-id: r10584
-rw-r--r-- | scumm/scummvm.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp index fef7f9d766..9c3f6dd46a 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, |