aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTravis Howell2003-01-14 04:25:38 +0000
committerTravis Howell2003-01-14 04:25:38 +0000
commit1814063dc7502cee25d8bddbb76f819b5cd115d5 (patch)
treef78592f26535e0f295420fa8113380360aaac02b /common
parent0b46f85b7edb80a3c85e2690ca091d6e9e31f28c (diff)
downloadscummvm-rg350-1814063dc7502cee25d8bddbb76f819b5cd115d5.tar.gz
scummvm-rg350-1814063dc7502cee25d8bddbb76f819b5cd115d5.tar.bz2
scummvm-rg350-1814063dc7502cee25d8bddbb76f819b5cd115d5.zip
Start for Simon 1 amiga cd32 version support, not working right yet.
svn-id: r6450
Diffstat (limited to 'common')
-rw-r--r--common/gameDetector.cpp3
-rw-r--r--common/gameDetector.h2
2 files changed, 3 insertions, 2 deletions
diff --git a/common/gameDetector.cpp b/common/gameDetector.cpp
index 3221aa3a01..657ed4cfca 100644
--- a/common/gameDetector.cpp
+++ b/common/gameDetector.cpp
@@ -155,7 +155,8 @@ const VersionSettings version_settings[] = {
{"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"},
{"simon2talkie", "Simon the Sorcerer 2 Talkie for DOS", GID_SIMON_FIRST+5, 99, 99, 99, 0, "GSPTR30."},
- {"simon1win", "Simon the Sorcerer 1 Talkie for Windows", GID_SIMON_FIRST+6, 99, 99, 99, 0, "SIMON.GME"},
+ {"simon1win", "Simon the Sorcerer 1 Talkie for Windows", GID_SIMON_FIRST+6, 99, 99, 99, 0, "SIMON.GME"},
+ {"simon1cd32", "Simon the Sorcerer 1 Talkie for Amiga CD32", GID_SIMON_FIRST+36, 99, 99, 99, 0, "gameamiga"},
{"simon2win", "Simon the Sorcerer 2 Talkie for Windows", GID_SIMON_FIRST+7, 99, 99, 99, 0, "GSPTR30"},
{"simon2win", "Simon the Sorcerer 2 Talkie for Windows", GID_SIMON_FIRST+7, 99, 99, 99, 0, "GSPTR30."},
{"simon2amiga", "Simon the Sorcerer 2 Talkie for Amiga", GID_SIMON_FIRST+23, 99, 99, 99, 0, "GSPTR30."},
diff --git a/common/gameDetector.h b/common/gameDetector.h
index 294b4c495b..26e488708f 100644
--- a/common/gameDetector.h
+++ b/common/gameDetector.h
@@ -56,7 +56,7 @@ enum GameId {
/* Simon the Sorcerer */
GID_SIMON_FIRST = 20,
- GID_SIMON_LAST = GID_SIMON_FIRST + 23
+ GID_SIMON_LAST = GID_SIMON_FIRST + 36
};
enum GameFeatures {