Search results

  1. D

    Opentyrian2x Alpha Released!

    Black bar is because tyrian runs at 320x200. (See SDL initalization at line ~70 in file vga256d.c) changing that to 320x240 should remove the crap at the bottom (I don't see a black bar but a large bunch of crap on my GP2x) Try to compile it against the hardware SDL. The whole game uses 8bit...
  2. D

    How To Set Cpu Speed And Gamma

    What CPU speed are you trying to set it to? Or better, what are you passing as parameter? (I'm using that bit of code in my custom menu, and it works fine from 50 up to 270 on my F100 unit)
  3. D

    GP2X Best Dev Tools

    I'm using devkitgp2x for the GP2x and gcc+mingw with code::blocks under windows. After I blew up the default GPH SDK. Works great, after you have setup everything right, but requires some tinkering to get it to work. Easest 'starter' bet is the GPH SDK IMHO, as that one works out of the box...
  4. D

    GP2X The F200 Telnet Problem

    I disagree. Just about anything can be fixed. It might take some creative thinking. As the new USB chip is connected directly to the SD card, might it be possible to talk to the chip trough those lines? As the CPU is also connected to the same SD card pins? QUOTE More than once I've been...
  5. D

    Elite

    I see no elite port/clown in the archives. Maybe it's a rom of some system? Or it runs in dosbox?
  6. D

    Li'l Trooper

    http://daid.mine.nu/pub/Li'l%20Trooper.rar I hope it works, as I did not test it on my GP2x. The windows compile worked fine, and I just use basic SDL functions so I don't think it will cause any problems. You'll notice that there will be a lot of blue guys falling to there death. And then...
  7. D

    Li'l Trooper

  8. D

    GP2X First Time I See This Warning.

    QUOTE i:/devkitgp2x/devkitgp2x/bin/../sysroot/usr/lib\libm.a(e_expf.o): In function `__ieee754_expf': : warning: warning: feholdexcept is not implemented and will always fail i:/devkitgp2x/devkitgp2x/bin/../sysroot/usr/lib\libm.a(e_expf.o): In function `__ieee754_expf': : warning: warning...
  9. D

    Li'l Trooper

  10. D

    My Wish Would Be.....

    I'll get right on it, after porting halo 3.
  11. D

    GP2X [hardware] Buttons On The Gp2x?

    Does anyone know how the buttons are done in hardware on the GP2x? My guess is that they are input lines which are pulled up to VSS with a pullup, and then pulled down when you press a button. Or the other way around, (default low, and pulled up on button press) I thought it might be cool to...
  12. D

    GP2X How Does Sdl See The Extra Joysticks Attached To The Cradle ?

    Side question, USB mouse simply use the SDL mouse input?
  13. D

    GP2X Mapping Software On Gp2x ?

    On another forum (the dutch gp2x.info forum) I was pointed to http://openstreetmap.org/ which is there under a Creative Commons licence, and it looks like they are uploading/updating/converting all of the netherlands ( http://www.openstreetmap.nl/ ) (where I am located) right now, and should be...
  14. D

    GP2X Mapping Software On Gp2x ?

    I've made an application that downloads parts of google maps and views them on the GP2x. However, being afraid of Google, and unsure about the terms of use, I stopped the project. However, I still take my GP2x with me on every car ride, and I haven't got lost ;) any developer wishing to get his...
  15. D

    GP2X Ram-hack (tweak) Topic

    This is for the RAM timings? Does not make me that happy then, as my GP2x unit can be overclocked stable up to 270Mhz, but crashes when I fiddle with the RAMtimings. Thus I always leave the RAM timings for what they are. If people start to include this as 'always on' in there programs, then some...
  16. D

    Clonk2x... Possible Implementation Of Opengl?

    I contacted the RedWolf Design people when I made my Clonk2x port. They told me they where working on this version. However, with all the OpenGL usage, I don't think it would work on the GP2x. The GFX have been scaled up (and scaling down usualy means uglyness) And depend a whole lot on alpha...
Back
Top