Search results

  1. D

    Is It Possible To Have Standard C Libraries On The 940?

    Is it possible to have Standard C Libraries on the 940, for example memset? here's my makefile: # --------------------------------------------------------------------- OBJS_940 =\ 940/Main.o \ 940/Stuff.o Code940.bin : $(OBJS_940) $(LD) -e Main940 -Ttext 0 $(OBJS_940) -o Code940.elf -lc...
  2. D

    GP2X 940 Unstable

    Hello everyone, Was wondering if anyone might be able to help me - I'm trying to run some code on the 940, specifically a sound mixer, and I'm running into trouble. I can run code on the 940, which I can see by setting the video registers to the program location, but occasionally, especially...
  3. D

    GP2X Does The Gp2x Run At 81.2hz?

    I'm timing a waitvbl and here's the results I get in milliseconds: 12.315132 12.314725 12.314725 12.315132 12.314725 12.314454 12.315268 my calculations say 1000/12.315132 = 81.2 fps Is this right? I can't find any documentation on the GP2X frame rate anywhere!
Back
Top