Uses wav format for sound, but is the DOS version of Simon 2.
svn-id: r19615
This commit is contained in:
parent
949c8b32a0
commit
a8808211e6
2 changed files with 21 additions and 20 deletions
|
@ -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",
|
||||
|
|
|
@ -185,10 +185,10 @@ enum GameIds {
|
|||
GID_SIMON2TALKIE_DE,
|
||||
GID_SIMON2TALKIE_FR,
|
||||
GID_SIMON2TALKIE_HB,
|
||||
GID_SIMON2TALKIE_IT,
|
||||
GID_SIMON2TALKIE_ES,
|
||||
GID_SIMON2WIN,
|
||||
GID_SIMON2WIN_DE,
|
||||
GID_SIMON2WIN_IT,
|
||||
|
||||
GID_FEEBLEFILES_2CD,
|
||||
GID_FEEBLEFILES_4CD,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue