[Scummvm-cvs-logs] SF.net SVN: scummvm: [29040] web/trunk/compatibility.php

sev at users.sourceforge.net sev at users.sourceforge.net
Sun Sep 23 12:09:03 CEST 2007


Revision: 29040
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29040&view=rev
Author:   sev
Date:     2007-09-23 03:09:02 -0700 (Sun, 23 Sep 2007)

Log Message:
-----------
Add Troll's Tale to the list

Modified Paths:
--------------
    web/trunk/compatibility.php

Modified: web/trunk/compatibility.php
===================================================================
--- web/trunk/compatibility.php	2007-09-23 10:05:50 UTC (rev 29039)
+++ web/trunk/compatibility.php	2007-09-23 10:09:02 UTC (rev 29040)
@@ -166,6 +166,7 @@
 	'Space Quest I: The Sarien Encounter' 			     => array('sq1', '90'),
 	'Space Quest II: Vohaul\'s Revenge'                          => array('sq2', '90'),
 	'Fanmade Games' 		                             => array('agi-fanmade', '80'),
+	'Troll\'s Tale'                                              => array('troll', '80'),
 	);
 
 $notes = array(
@@ -441,7 +442,10 @@
 		   "<br>- Apple IIgs version has no sound",
 "agi-fanmade"   => "Most games are completable".
 		   "<br>- AGIMOUSE, AGIPAL, AGI256 and AGI256-2 hacks are also supported by this target".
-		   "<br>- Occasional graphics glitches"
+		   "<br>- Occasional graphics glitches",
+"troll"		=> "Game is completable".
+		   "<br>- Only DOS booter version is supported by this target".
+		   "<br>- Game lacks sound"
 );
 		
 // render the compatibility chart


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