Search results

  1. T

    Strtok No Longer Works, All Of A Sudden

    Try this : CODE char line[] = "1,0,0,0,0,0,2,2,1,0"; char special[] = ","; char* token = NULL; int i; token = strtok(line, special); while( token != NULL ) { token = strtok( NULL, special); } strtok() points to the next token in the string so you don't keep calling it on the same string.
  2. T

    Two Small Coding Questions

    1. Have you set up an event handler? And included gp2x_joymap.h in your code? 2. I don't think it matters where it's called from
  3. T

    Gui Flicker After Boot

    Same here!!
  4. T

    My Gp2x Doesnt Load, Screen Comes On Then Fades Away

    Have you tried changing the batteries?
  5. T

    Dead Pixels

    I have one red pixel that is constantly on, on my GP2X. Depending on what I am running it can be an annoying distraction. I'm wondering if the PSP stuck pixel video could be used on the GP2X?
  6. T

    Very Cheap Sd Cards

    I have a 1GB Viking card and it works fine for normal use and firmware upgrading also.
  7. T

    Speed Stuttering/slight Pausing?

    Yes I get the random pausing too, but it doesn't seem to happen in every single game. It may hav e something to do with the speed of the SD card but i'm not sure.
  8. T

    Soft Rest

    Not sure if there is a soft reset button combo in MAME GP but it can be programmed in.
  9. T

    Reesy, You Are A God A Pure Ass Kicking God

    Does that mean that we will be hearing the famous ... "Seeggaaa" sound in games like Sonic? In DrMD v2.0
  10. T

    Blu Flu, Asr

    The shareware versions are freely available. Not the full versions. No. Its not for the gp32
  11. T

    Rise Of The Triad

    I seem to remember there being brightness correction as well.
  12. T

    Rise Of The Triad

    No. The shareware version works also IIRC.
  13. T

    Gpquake 0.21

    Darkfaders GP32 Page
  14. T

    Gpquake 0.21

    That was a bit off topic! Yes you can get it from Darkfaders site AFAIK so long as you own a GP32!!
  15. T

    Gpquake 0.21

    Maybe you should just have a boot menu like the Doom port to select a clock speed? ;) By the way, if you are too busy porting Quake then I could always code a frontend for you. Let me know what you think... PS. This is one active thread :lol:
  16. T

    Gpquake 0.21

    I notice that Craigix says the other setting for 133mhz. Though which one is correct?? Craigix post
  17. T

    Gpquake 0.21

    GpClockSpeedChange(132000000, 0x24001, 2); thats 133 mhz Clockspeed table post
  18. T

    Gpquake 0.21

    Tried new version. (NEW-UNTESTED) on 128MB SMC nothing on screen after loading FXE. On 64MB SMC runs fine though crashes if adjusting gamma during game.
  19. T

    Gpquake 0.21

    I have tried both versions on both of my 128MB SMCS and it always crashes as I go to start a new game. I have put both versions on my 64MB SMC and it runs fine so I would say that the problem is still there :(
  20. T

    GP32 Single Keypresses

    Thats great! :lol: Thanks guys :)
Back
Top