Recent content by [hjd_uk]

  1. H

    GP2X 2 Players On 1 Gp2x

    I was looking at the gp2x button layout and noticed that its symetrical and the volume buttons can be pressed both at the same time. Two players could both have a D-pad, two buttons and a shoulder button each, P1 Would have the joy, vol-up, vol-dn and L shoulder button. P2 would have the 4...
  2. H

    GP2X Hw Accelerated Sdl

    Thanks, adding -lpthread to the GCC linker opts worked a treat. Ta.
  3. H

    GP2X Hw Accelerated Sdl

    Hi, im pretty new to programming for linux. Im using the free Vissy Studio 2005 (8) Express compiler and custom build rules, anyway I first started off using the std SDL which was slow, then I exprimented with rylehs minlib and examining / using that code, now im trying to use your accellerated...
  4. H

    Firmware Upgrade Compatible Cards And Faq

    I used a Integral 1Gig Card, used a card reader to format it to FAT32 ( it was just FAT by default), copied the files to the root, booted, ran the util and it all worked fine, no problems at all. *EDIT* And the new LCD timing adjuster (althought the screen bugs when adjusting the slider) is...
  5. H

    Tomak Save The Earth,again!

    Original Gfx? Looks just like ripped-off Metal-Slug sprites, if you do actually have to pay for this someone is taking the piss ( and breaching copyright ).
  6. H

    Weird Pauses

    Ive noticed this , a small pause, like a frame-skip. But for me it seems to be random, its noticable playing the Noisza (spelling?) 2d shootemup, but ive also noticed it in my own test app. I use SDL to read some images from the SD but apeart from that im not saving anything. I hoping this is a...
  7. H

    GP2X Usb Host Over Ext?

    This may be off-topic but, are Gp2x <-> Gp2x cables / wifi planned at all ( harware from GP I suppose). Being able to write multi-player games would be great, I;ve noticed that the gp32 had connectivity - someone wrote a multiplayer Puzzle - Bobble clone.
  8. H

    GP2X Screen Corruption

    It doesnt seems to be random, its always the last few pixels and they get copied from a consistant source, Its noticible on the Parallax demo.
  9. H

    GP2X Noob : Math.h Linker Woes.

    Thanks, ill try it later, is the -lm flag math lib specific? What does it do? PS, it works. Ta.
  10. H

    GP2X Noob : Math.h Linker Woes.

    Hi, im new to developing for linux on PC ( new to linux in general too), Im developing with VisualStudio Express 2005, using the wiki arm-linux.rules, some SDL and bits of minimum lib. I've got a test app working on my GP2x, ive included <math.h>, the compiler finds the code fine but the...
  11. H

    GP2X Screen Corruption

    Hi, i've recently noticed a draw problem in the GP2x, in some demo programs but also the photo viewer. The last 8 or so pixels in the screen (bottom right) and sometimes the top left few are getting drawn incorrectly. Seems the pixels are coming from elsewhere in the buffer / image. They change...
  12. H

    GP2X Minlib Button Mapping

    If anyone knows about the gaps in the input bitfield ( bits 16 - 21, 24-26 and 28-31 ) it'd be interesting to know. bits 18, 20, 30 & 31 are 1 by default, anyone know what they do? :huh:
  13. H

    GP2X How To Use Visual C++ 2005 Express

    Hi, I've just bought a Gp2x, mainly to develop on, and have just got the SDL image loading demo thats floating about working. Thanks for all of the (indirect) help on this thread and wiki. A ) Bloody slashes on ends of paths! B ) GCC needing a char return at end of file!? wtf? anyway sorted...
Back
Top