Go to file
Aaron Giles 40d01a0cdf From: Christophe Jaillet [mailto:christophe.jaillet@wanadoo.fr]
Sent: Sunday, March 29, 2009 4:12 AM
To: submit@mamedev.org
Subject: Fw: Another speed up in 'src\mame\video\mcatadv.c'

Hi, in the attached patch I sent on 16th February 2009 (see mail below), I
made a mistake.

The purpose of the patch was to reorder code in order to avoid useless
computation. It was *not* to modify the behaviour of the code.
The following lines were included in my patch at line 140. They should have
not !

-        destline[drawxpos] = (pix + (pen<<4));
+        destline[drawxpos] = (pix + pen);

So please, revert this part of the patch and put back the now missing
(pen<<4) in the code.

Games like 'nost' just look horrible without it !


Sorry for the mistake in the previous patch, it was a mix of two patches...


Best regards.
CJ
2009-04-09 16:01:52 +00:00
docs Crosshair update 2009-03-28 22:55:34 +00:00
src From: Christophe Jaillet [mailto:christophe.jaillet@wanadoo.fr] 2009-04-09 16:01:52 +00:00
.gitattributes unkpoker: 2009-04-08 18:00:53 +00:00
makefile CPU cores are now enabled on a per cpu core family basis instead of per cpu core variant. As a result CPUDEFS is no longer needed in the makefile. 2009-03-25 19:39:41 +00:00