[Scummvm-cvs-logs] CVS: web compatibility.php,1.161,1.162
Travis Howell
kirben at users.sourceforge.net
Fri Jun 6 00:53:03 CEST 2003
Update of /cvsroot/scummvm/web
In directory sc8-pr-cvs1:/tmp/cvs-serv21478
Modified Files:
compatibility.php
Log Message:
Correct manic64/zak64 targets
Update maniac64 status
Index: compatibility.php
===================================================================
RCS file: /cvsroot/scummvm/web/compatibility.php,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- compatibility.php 1 Jun 2003 23:03:13 -0000 1.161
+++ compatibility.php 6 Jun 2003 07:52:33 -0000 1.162
@@ -54,8 +54,8 @@
// This Array Defines the games and thier ratings, etc.
$games = array(
- 'Maniac Mansion (C64)' => array('1','maniacc64','0'),
- 'Zak McKracken and the Alien Mindbenders (C64)' => array('1','zakc64','0'),
+ 'Maniac Mansion (C64)' => array('1','maniac64','5'),
+ 'Zak McKracken and the Alien Mindbenders (C64)' => array('1','zak64','0'),
'Maniac Mansion' => array('2','maniac','53'),
'Zak McKracken and the Alien Mindbenders' => array('2','zak','53'),
'Indiana Jones and the Last Crusade' => array('3','indy3ega','80'),
@@ -99,8 +99,10 @@
);
$notes = array(
-"maniacc64" => "Not at all implemented yet - ScummVM doesn't understand the non-blocked LFL format",
-"zakc64" => "Not at all implemented yet - ScummVM doesn't understand the non-blocked LFL format. Try Zak256 version",
+"maniac64" => "Crashes when the next room is entered".
+ "<br>- No actors shown".
+ "<br>- No music or sound effects",
+"zak64" => "Not at all implemented yet - ScummVM doesn't understand the non-blocked LFL format. Try Zak256 version",
"maniac" => "Enhanced version runs, although in-game there are still many things wrong".
"<br>- Both Amiga and enchanced PC versions supported by this target".
"<br>- No music or sound effects with Amiga version",
More information about the Scummvm-git-logs
mailing list