[Scummvm-cvs-logs] SF.net SVN: scummvm:[43617] scummvm/trunk/engines/scumm/gfxARM.s

robinwatts at users.sourceforge.net robinwatts at users.sourceforge.net
Sat Aug 22 00:42:51 CEST 2009


Revision: 43617
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43617&view=rev
Author:   robinwatts
Date:     2009-08-21 22:42:51 +0000 (Fri, 21 Aug 2009)

Log Message:
-----------
Improved comments.

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/gfxARM.s

Modified: scummvm/trunk/engines/scumm/gfxARM.s
===================================================================
--- scummvm/trunk/engines/scumm/gfxARM.s	2009-08-21 22:31:50 UTC (rev 43616)
+++ scummvm/trunk/engines/scumm/gfxARM.s	2009-08-21 22:42:51 UTC (rev 43617)
@@ -116,7 +116,8 @@
 	@ extern "C" void asmCopy8Col(byte       *dst,
 	@                             int         dstPitch,
 	@                             const byte *src,
-	@                             int         height);
+	@                             int         height,
+	@                             int         bitdepth);
 	@
 	@ In addition, we assume that src and dst are both word (4 byte)
 	@ aligned. This is the same assumption that the old 'inline' version
@@ -126,7 +127,7 @@
 	@ r1 = dstPitch
 	@ r2 = src
 	@ r3 = height
-	@ <> = bitdepth
+	@ <> = bitdepth (badly named, should be bytedepth, 1 or 2)
 	LDR	r12,[r13]
 	STR	r14,[r13,#-4]!
 	CMP	r12,#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