aboutsummaryrefslogtreecommitdiff
path: root/simon/game.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-11-16 12:28:06 +0000
committerTravis Howell2005-11-16 12:28:06 +0000
commita8808211e6b214c9444e42fe22456099ba98408c (patch)
tree9b291975971ed39cb57044147aa07b257e075653 /simon/game.cpp
parent949c8b32a0cbbf60023214c90e633ec53195dd43 (diff)
downloadscummvm-rg350-a8808211e6b214c9444e42fe22456099ba98408c.tar.gz
scummvm-rg350-a8808211e6b214c9444e42fe22456099ba98408c.tar.bz2
scummvm-rg350-a8808211e6b214c9444e42fe22456099ba98408c.zip
Uses wav format for sound, but is the DOS version of Simon 2.
svn-id: r19615
Diffstat (limited to 'simon/game.cpp')
-rw-r--r--simon/game.cpp39
1 files changed, 20 insertions, 19 deletions
diff --git a/simon/game.cpp b/simon/game.cpp
index a9df7275c9..06e173af20 100644
--- a/simon/game.cpp
+++ b/simon/game.cpp
@@ -171,6 +171,12 @@ static GameMD5 gameMD5[] = {
{ GID_SIMON2TALKIE_HB, "de9dbc24158660e153483fa0cf6c3172", "stripped.txt", false},
{ GID_SIMON2TALKIE_HB, "2082f8d02075e590300478853a91ffd9", "tbllist", false},
+ { GID_SIMON2TALKIE_IT, "3e11d400bea0638f360a724687005cd1", "gsptr30", false },
+ { GID_SIMON2TALKIE_IT, "72096a62d36e6034ea9fecc13b2dbdab", "icon.dat", false},
+ { GID_SIMON2TALKIE_IT, "344aca58e5ad5e25c517d5eb1d85c435", "simon2.gme", false },
+ { GID_SIMON2TALKIE_IT, "bea6843fb9f3b2144fcb146d62db0b9a", "stripped.txt", false},
+ { GID_SIMON2TALKIE_IT, "2082f8d02075e590300478853a91ffd9", "tbllist", false},
+
{ GID_SIMON2TALKIE_ES, "00000000000000000000000000000000", "gsptr30", false },
{ GID_SIMON2TALKIE_ES, "00000000000000000000000000000000", "icon.dat", false},
{ GID_SIMON2TALKIE_ES, "00000000000000000000000000000000", "simon2.gme", false },
@@ -189,12 +195,6 @@ static GameMD5 gameMD5[] = {
{ GID_SIMON2WIN_DE, "6de6292c9ac11bfb2e70fdb0f773ba85", "stripped.txt", false},
{ GID_SIMON2WIN_DE, "2082f8d02075e590300478853a91ffd9", "tbllist", false},
- { GID_SIMON2WIN_IT, "3e11d400bea0638f360a724687005cd1", "gsptr30", false },
- { GID_SIMON2WIN_IT, "72096a62d36e6034ea9fecc13b2dbdab", "icon.dat", false},
- { GID_SIMON2WIN_IT, "344aca58e5ad5e25c517d5eb1d85c435", "simon2.gme", false },
- { GID_SIMON2WIN_IT, "bea6843fb9f3b2144fcb146d62db0b9a", "stripped.txt", false},
- { GID_SIMON2WIN_IT, "2082f8d02075e590300478853a91ffd9", "tbllist", false},
-
{ GID_FEEBLEFILES_2CD, "629762ea9ca9ee9ff85f4774d219f5c7", "game22", false },
{ GID_FEEBLEFILES_2CD, "0bbfee8e69739111eb36b0d138da8ddf", "tbllist", false},
@@ -527,6 +527,20 @@ static GameDescription gameDescriptions[] = {
Common::kPlatformPC,
},
+ // Simon the Sorcerer 2 - Italian DOS CD
+ {
+ "simon2",
+ GType_SIMON2,
+ GID_SIMON2TALKIE_IT,
+ "Simon the Sorcerer 2 (It DOS CD)",
+ ARRAYSIZE(SIMON2_GameFiles),
+ SIMON2_GameFiles,
+ GF_TALKIE,
+ Common::IT_ITA,
+ // FIXME: DOS version which uses WAV format
+ Common::kPlatformWindows,
+ },
+
// Simon the Sorcerer 2 - Spanish DOS CD
{
"simon2",
@@ -566,19 +580,6 @@ static GameDescription gameDescriptions[] = {
Common::kPlatformWindows,
},
- // Simon the Sorcerer 2 - Italian Windows CD
- {
- "simon2",
- GType_SIMON2,
- GID_SIMON2WIN_IT,
- "Simon the Sorcerer 2 (It Windows CD)",
- ARRAYSIZE(SIMON2_GameFiles),
- SIMON2_GameFiles,
- GF_TALKIE,
- Common::IT_ITA,
- Common::kPlatformWindows,
- },
-
// The Feeble Files - English 2CD
{
"feeble",