diff options
| author | James Brown | 2002-06-29 10:28:43 +0000 |
|---|---|---|
| committer | James Brown | 2002-06-29 10:28:43 +0000 |
| commit | 3bdb376afd0a2cc75fcded7b9e6b830f32473c25 (patch) | |
| tree | e6a160645177cb9de57072ea03c2004e6b57701e /gameDetector.cpp | |
| parent | a88b78fc371e08f73839c564726f96358f84a8b1 (diff) | |
| download | scummvm-rg350-3bdb376afd0a2cc75fcded7b9e6b830f32473c25.tar.gz scummvm-rg350-3bdb376afd0a2cc75fcded7b9e6b830f32473c25.tar.bz2 scummvm-rg350-3bdb376afd0a2cc75fcded7b9e6b830f32473c25.zip | |
Start of (non-functional) Simon2dos support.
Implement the holy (sic) cursor.
svn-id: r4436
Diffstat (limited to 'gameDetector.cpp')
| -rw-r--r-- | gameDetector.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gameDetector.cpp b/gameDetector.cpp index 3ce6f3dda0..5491e52263 100644 --- a/gameDetector.cpp +++ b/gameDetector.cpp @@ -411,6 +411,8 @@ static const VersionSettings version_settings[] = { {"moondemo", "Putt Putt goes to the moon (demo)", GID_SAMNMAX, 6, 3, 0, GF_NEW_OPCODES | GF_AFTER_V6 | GF_USE_KEY | GF_ADLIB_DEFAULT | GF_HUMONGOUS}, + {"test", "Test demo game", GID_SAMNMAX, 6, 6, 6, GF_NEW_OPCODES | GF_AFTER_V6}, + /* Scumm Version 7 */ {"ft", "Full Throttle", GID_FT, 7, 3, 0, GF_NEW_OPCODES | GF_AFTER_V6 | GF_AFTER_V7}, @@ -419,7 +421,8 @@ static 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}, - {"simon1win", "Simon the Sorcerer 1 for Windows", GID_SIMON_FIRST+2, 99, 99, 99, 0}, + {"simon2dos", "Simon the Sorcerer 2 for Dos", GID_SIMON_FIRST+1, 99, 99, 99, 0}, + {"simon1win", "Simon the Sorcerer 1 for Windows", GID_SIMON_FIRST+2, 99, 99, 99, 0}, {"simon2win", "Simon the Sorcerer 2 for Windows", GID_SIMON_FIRST+3, 99, 99, 99, 0}, /* Scumm Version 8 */ |
