Recent content by metellius

  1. M

    GP32 how many ticks in one second @ 133 mhz?

    i actually tried timing it now... i timed 5 minutes on it, and it gave me roughly 1122000 ticks, which equals to 3740 ticks per second... I might be off as much as half a second at the timing, so the +/- ratio could be up to 6 ticks for 5 minutes, and I believe that's quite good enough for me... :)
  2. M

    ASR clone 2k!

    http://www.hvaal.net/gp32/asr2k.zip <-- ASR 2k, my customized clone of asr... read the story, or you won't understand it. also, it runs very badly on geepee, load it onto the gp before playing... post your comments here!
  3. M

    GP32 how many ticks in one second @ 133 mhz?

    2000 is about half a second on the gp... i'm looking for the exact number
  4. M

    GP32 how many ticks in one second @ 133 mhz?

    Hi I'm wondering how many ticks there are in one second when the cpu is set to 133 mhz... here's the code: GpClockSpeedChange(132000000, 0x24001, 2); /* speed = 133 Mhz */ THanks
  5. M

    Tutorial #3 OUT

    great tutorial, can't wait to see the next part with collision detection ;)
  6. M

    GP32 sin, cos, tan tables

    hello i can't get sin(), cos(), tan() to work, even when including math.h, but still, all i want is just the source for a sin table, a cos table and a tan table. Can someone give it to me? metellius
Back
Top