[Scummvm-cvs-logs] SF.net SVN: scummvm:[40118] scummvm/trunk/engines/sci/engine/kernel.cpp
waltervn at users.sourceforge.net
waltervn at users.sourceforge.net
Fri Apr 24 17:13:04 CEST 2009
Revision: 40118
http://scummvm.svn.sourceforge.net/scummvm/?rev=40118&view=rev
Author: waltervn
Date: 2009-04-24 15:13:04 +0000 (Fri, 24 Apr 2009)
Log Message:
-----------
SCI: Fix sci_max_allowed_unknown_kernel_functions[], it was missing an entry.
Modified Paths:
--------------
scummvm/trunk/engines/sci/engine/kernel.cpp
Modified: scummvm/trunk/engines/sci/engine/kernel.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kernel.cpp 2009-04-24 14:50:01 UTC (rev 40117)
+++ scummvm/trunk/engines/sci/engine/kernel.cpp 2009-04-24 15:13:04 UTC (rev 40118)
@@ -47,6 +47,7 @@
0x72, // SCI0
0x7b, // SCI01/EGA
0x7b, // SCI01/VGA
+ 0x7b, // SCI01/VGA ODD
0x7b, // SCI1/EARLY
0x7b, // SCI1/LATE
0x7b, // SCI1.1
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