Add another Italian version of Simon the Sorcerer 1 (DOS CD)

svn-id: r23495
This commit is contained in:
Travis Howell 2006-07-14 13:20:30 +00:00
parent b2d9c0dc2a
commit fb3a3f75aa
2 changed files with 22 additions and 0 deletions

View File

@ -301,6 +301,14 @@ static GameFileDescription SIMON1TALKIE_HB_GameFiles[] = {
};
static GameFileDescription SIMON1TALKIE_IT_GameFiles[] = {
{ "gamepc", GAME_BASEFILE, "8d3ca654e158c91b860c7eae31d65312"},
{ "icon.dat", GAME_ICONFILE, "22107c24dfb31b66ac503c28a6e20b19"},
{ "simon.gme", GAME_GMEFILE, "52e315e0e02feca86d15cc82e3306b6c"},
{ "stripped.txt", GAME_STRFILE, "9d31bef42db1a8abe4e9f368014df1d5"},
{ "tbllist", GAME_TBLFILE, "d198a80de2c59e4a0cd24b98814849e8"},
};
static GameFileDescription SIMON1TALKIE_IT2_GameFiles[] = {
{ "gamepc", GAME_BASEFILE, "8d3ca654e158c91b860c7eae31d65312"},
{ "icon.dat", GAME_ICONFILE, "22107c24dfb31b66ac503c28a6e20b19"},
{ "simon.gme", GAME_GMEFILE, "104efd83c8f3edf545982e07d87f66ac"},
@ -858,6 +866,19 @@ static GameDescription gameDescriptions[] = {
Common::kPlatformPC,
},
// Simon the Sorcerer 1 - Italian DOS CD alternate
{
"simon1",
GType_SIMON1,
GID_SIMON1TALKIE_IT2,
"CD",
ARRAYSIZE(SIMON1TALKIE_IT2_GameFiles),
SIMON1TALKIE_IT2_GameFiles,
GF_TALKIE,
Common::IT_ITA,
Common::kPlatformPC,
},
// Simon the Sorcerer 1 - Spanish DOS CD
{
"simon1",

View File

@ -178,6 +178,7 @@ enum GameIds {
GID_SIMON1DOS_FR,
GID_SIMON1DOS_DE,
GID_SIMON1DOS_IT,
GID_SIMON1DOS_IT2,
GID_SIMON1DOS_ES,
GID_SIMON1DEMO,
GID_SIMON1AMIGA,