[Scummvm-cvs-logs] SF.net SVN: scummvm: [24331] scummvm/trunk/engines/agos/game.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Sun Oct 15 05:58:36 CEST 2006


Revision: 24331
          http://svn.sourceforge.net/scummvm/?rev=24331&view=rev
Author:   kirben
Date:     2006-10-14 20:58:31 -0700 (Sat, 14 Oct 2006)

Log Message:
-----------
Add AtariST version of Elvira 2

Modified Paths:
--------------
    scummvm/trunk/engines/agos/game.cpp

Modified: scummvm/trunk/engines/agos/game.cpp
===================================================================
--- scummvm/trunk/engines/agos/game.cpp	2006-10-15 02:15:38 UTC (rev 24330)
+++ scummvm/trunk/engines/agos/game.cpp	2006-10-15 03:58:31 UTC (rev 24331)
@@ -202,6 +202,14 @@
 	{ "tbllist",		GAME_TBLFILE,	"177f5f2640e80ef92d1421d32de06a5e"},
 };
 
+static const ADGameFileDescription ELVIRA2ST_GameFiles[] = {
+	{ "gamest",		GAME_BASEFILE,	"1b1acd637d32bee79859b7cc9de070e7"},
+	{ "icon.dat",		GAME_ICONFILE,	"9a4eaf4df0cdf5cc85a5134150f96589"},
+	{ "menus.dat",		GAME_MENUFILE,	"a2fdc88a77c8bdffec6b36cbeda4d955"},
+	{ "stripped.txt",	GAME_STRFILE,	"41c975a9c1106cb5298a0bc3df0a266e"},
+	{ "tbllist",		GAME_TBLFILE,	"177f5f2640e80ef92d1421d32de06a5e"},
+};
+
 static const ADGameFileDescription ELVIRA2DOS_GameFiles[] = {
 	{ "gamepc",		GAME_BASEFILE,	"3313254722031b22d833a2cf45a91fd7"},
 	{ "icon.dat",		GAME_ICONFILE,	"83a7278bff55c82fbb3aef92981866c9"},
@@ -782,6 +790,22 @@
 		GF_OLD_BUNDLE | GF_CRUNCHED,
 	},
 
+	// Elvira 2 - English Atari ST Floppy
+	{
+		{
+			"elvira2",
+			"Floppy",
+			ARRAYSIZE(ELVIRA2ST_GameFiles),
+			ELVIRA2ST_GameFiles,
+			Common::EN_ANY,
+			Common::kPlatformAtariST,
+		},
+
+		GType_ELVIRA2,
+		GID_ELVIRA2,
+		GF_OLD_BUNDLE | GF_CRUNCHED,
+	},
+
 	// Elvira 2 - English DOS Floppy
 	{
 		{


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list