diff options
author | Travis Howell | 2003-01-14 05:25:31 +0000 |
---|---|---|
committer | Travis Howell | 2003-01-14 05:25:31 +0000 |
commit | d6e9c1f3a074c0e8f76ba4107bfb2ddd1389f489 (patch) | |
tree | 702b02f292e585e43de6f6ed2eeb3cfbf57f43cf /common | |
parent | 1814063dc7502cee25d8bddbb76f819b5cd115d5 (diff) | |
download | scummvm-rg350-d6e9c1f3a074c0e8f76ba4107bfb2ddd1389f489.tar.gz scummvm-rg350-d6e9c1f3a074c0e8f76ba4107bfb2ddd1389f489.tar.bz2 scummvm-rg350-d6e9c1f3a074c0e8f76ba4107bfb2ddd1389f489.zip |
Add hopefully the final simon target, not support at all yet.
svn-id: r6451
Diffstat (limited to 'common')
-rw-r--r-- | common/gameDetector.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/gameDetector.cpp b/common/gameDetector.cpp index 657ed4cfca..99b1300963 100644 --- a/common/gameDetector.cpp +++ b/common/gameDetector.cpp @@ -151,6 +151,7 @@ const VersionSettings version_settings[] = { /* Simon the Sorcerer 1 & 2 (not SCUMM games) */ {"simon1dos", "Simon the Sorcerer 1 for DOS", GID_SIMON_FIRST+0, 99, 99, 99, 0, "GAMEPC"}, + {"simon1amiga", "Simon the Sorcerer 1 for Amiga", GID_SIMON_FIRST+32, 99, 99, 99, 0, "gameamiga"}, {"simon2dos", "Simon the Sorcerer 2 for DOS", GID_SIMON_FIRST+1, 99, 99, 99, 0, "GAME32"}, {"simon1talkie", "Simon the Sorcerer 1 Talkie for DOS", GID_SIMON_FIRST+4, 99, 99, 99, 0, "SIMON.GME"}, {"simon2talkie", "Simon the Sorcerer 2 Talkie for DOS", GID_SIMON_FIRST+5, 99, 99, 99, 0, "GSPTR30"}, |