On Sun, 9 Oct 2011 18:45:19 +0100 (GMT Daylight Time), Jeffrey Lee wrote:

> General changes:
> * Chris's Amiga palette fix
> * Sound & video code should (hopefully) work properly on big-endian 
> systems now. Might also be slightly faster than the old code.

Wow, sound working better than it ever has, everything nice and fast
too (mouse pointer is now fully responsive rather than jerkily moving
across the screen!)

Only problem I can see now is that the mouse pointer is the wrong
colour (red instead of blue), it looks like it might not have been
updated for palette mapped display.

I tried changing (line 330-ish):
line[x] = cursorPal[idx];
to:
line[x] = VIDC.CursorPalette[idx];

But curiously it is still red, so not entirely sure what is going on
there (unless the idx calculation above it is wrong?).

Chris

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
-- 
arcem-devel mailing list
arcem-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/arcem-devel

Reply via email to