Well it's second hand, and I'm asking for a second hand price, not new.... I can give you a copy of the receipt but as you say Lik-Sang is down. If you're really looking for a GP2X with a warrenty, you'll have to get a new one.
I'd had it clocked at 275 on a lot of things (Payback Demo, a few emu's) but a few haven't. No scratches what so ever. I'm from the UK (as the title says) and I originally bought it from Lik-Sang.
Thanks
Unfortunatley I've decided to sell my GP2X due to financial reasons :( Was bought in summer 06, so its the newer one (MK2?)
GP2X
4gb Samsung SD
All cables
Carry Case
Mains AC Adapter
TV-Out Cable
I'm currently at work so I can't remember everything, but I think thats it!
Looking for £120
Is the assembly part of the graphics code? I'm guessing not? If I remember correctly, the current port of Quake has the assembly recoded in C. Could these be ripped and put in place of the assembly code?
My coding abilities are far from good, but would it now be possible to re-port Quake using gpu940 to offload all the floating point stuff to the 940?
I can imagine this to be quite a hard thing because its OpenGL not OpenGL ES. Am I wrong?
Is it possible to use gpu940 within and SDL program? I'm currently writing an RPG (think FF7 but with 2D charators) and would like to create a 'world map' by using a simple textured sphere.
I've not actually looked at the source yet, but I'm guessing it's not as easy as including the source and...
With the SDL lib's, including SDL/SDL.h works fine, no need to include the whole path. It seems adding -SLD_gfx to the linker fixes all problems... excellent!
I've just setup the same environment and have got the exact same problem. Adding -lmad to the linker fixes the MAD problems, but I'm now left with the following error:
I:\My Documents\Work\gp2xtest\sdltest.o In function `TestSDLImage()':
[Linker error] undefined reference to...