mirror of
https://github.com/holub/mame
synced 2025-05-23 06:08:48 +03:00
![]() 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 |
||
---|---|---|
docs | ||
src | ||
.gitattributes | ||
makefile |