[Scummvm-cvs-logs] CVS: web compatibility.php,1.85,1.86

Jonathan Gray khalek at users.sourceforge.net
Thu Feb 13 18:38:04 CET 2003


Update of /cvsroot/scummvm/web
In directory sc8-pr-cvs1:/tmp/cvs-serv30017

Modified Files:
	compatibility.php 
Log Message:
add unimplemented opcode numbers add puttmoon

Index: compatibility.php
===================================================================
RCS file: /cvsroot/scummvm/web/compatibility.php,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- compatibility.php	12 Feb 2003 12:03:04 -0000	1.85
+++ compatibility.php	14 Feb 2003 02:37:22 -0000	1.86
@@ -72,6 +72,7 @@
 		'Putt-Putt Joins The Parade (DOS Demo)'			=> array('6','puttdemo','70'),
 		'Putt-Putt Joins The Parade (DOS)'			=> array('6','puttputt','20'),
 		'Putt-Putt Goes To The Moon (DOS Demo)'			=> array('6','moondemo','20'),
+		'Putt-Putt Goes To The Moon (DOS)'			=> array('6','puttmoon','20'),
 		'Putt-Putts Fun Pack'					=> array('6','funpack','20'),
 		'Fatty Bears Birthday Surprise (DOS Demo)'		=> array('6','fbdemo','20'),
 		'Fatty Bears Birthday Surprise (DOS)'			=> array('6','fbear','20'),
@@ -125,12 +126,18 @@
 		   "<br>- Humongous talkie file format currently unknown".
 		   "<br>- Sound format used for sound effects could use more work".
 		   "<br>- Cursor is not placed at the right offset, so some of the hotspots are out a bit",
-"puttputt"	=> "Fails to start due to unimplemented opcode".
+"puttputt"	=> "Fails to start due to unimplemented opcode in bootscript (0xDA)".
+		   "<br>- Bootscript stops rather early on and doesn't get a chance to call other scripts".
 		   "<br>- Humongous talkie file format currently unknown",
-"moondemo"	=> "Fails to start due to unimplemented opcode".
+"puttmoon"	=> "Fails to start due to unimplemented opcode in bootscript (0xDA)".
+		   "<br>- Bootscript stops rather early on and doesn't get a chance to call other scripts".
+		   "<br>- Humongous talkie file format currently unknown",
+"moondemo"	=> "Fails to start due to unimplemented opcode (0xD1)".
+		   "<br>- Dies on room 0 script 28 offset 0x3C".
 		   "<br>- Humongous talkie file format currently unknown",
 "funpack"	=> "Unknown but probably fails to start in similiar manner to most other humongous dos based games",
-"fbdemo"	=> "Fails to start due to unimplemented opcode".
+"fbdemo"	=> "Fails to start due to unimplemented opcode (0xD1)".
+		   "<br>- Dies on room 0 script 20 offset 0x36".
 		   "<br>- Humongous talkie file format currently unknown",
 "fbear"		=> "Assumed to Fail to start due to unimplemented opcode".
 		   "<br>- Humongous talkie file format currently unknown",





More information about the Scummvm-git-logs mailing list