Joe T., on Jul 1 2008, 20:51, said:
Did anyone find a working version for the Q9h? Twistedfate, I am in your shoes buddy
if anyone happens to come across it, I can also be reached by email at pockafella@gmail.com
I will be looking though until I find one!
This has nothing to do with drivers and TI will not fix it, it has to do with the fact the the video memory is laid out strangely on the new TI OMAP 24xx processor and if your game writes directly to video memory, it needs to accommodate this. I added support for this to SmartGear quite a while ago and I fixed all of the Namco + Konami games, so they should be released soon.
It's unfortunate that problems like this exist, but you can blame Microsoft for not providing a consistent and fast way to copy images to the display. Starting with WM5, they added DirectDraw, but it turns out that on some devices, that is slower than directly writing to the video memory, so we're still stuck with the problem since the video memory is so slow we use any method we can to update the display at a reasonable speed.
L.B.