Search results

  1. C

    Mp3 Players

    Can anyone tell me the best mp3 player for hte GP32, preferably with variable bitrate support. Thanks.
  2. C

    GP32 Devkitarm

    At the moment I am using devkitadv for my GP32 programming and would like to upgrade to the latest DevkitARM. I have downloaded the latest DevkitARM files from http://homepage.ntlworld.com/wintermute2002/ as well as the gamepark SDK. Can someone please tell me how to set up the files so that I...
  3. C

    Tri-nations Series In October

    Great Britian & Ireland, Australia and New Zeland are going to be involved in a 3 nation tournament in October, which is after the Superleague Grand Final. Each team will play each other twice, with the two best teams getting through to the final. My British team would be: 1 Fullback - Kris...
  4. C

    73,000 Sell Out Crowd

    :D Can't sleep - too excited about going to Cardiff tomorrow to the Millenium stadium to watch the Challenge Cup final between Wigan and St Helens. :D If anyone wants to see this fantastic local derby match you will have to watch it on BBC 1 at 2pm on Saturday 15th May cos the match is a...
  5. C

    The Future Gp32 Replacement?

    I realise that a lot of topics on these boards have been about the Gp64 and other future handhelds that could have the potential for homebrew development like the GP32 currently does. Well, at E3 a new contender came to view, the VIA EVE. Specs from vias site: System: · 533 MHz Eden-N...
  6. C

    GP32 Heapstart

    Could someone please tell me how to find out where in memory the heap starts and ends. As the work ram is from 0x0c000000 to 0x0c7fffff, I am assuming that the heap end is 0x0c7fffff, but I'm not sure, and I definately can't find the HeapStart. I've tried using gm_heap_init but that seems to set...
  7. C

    GP32 8 Bit Palette (8bpp)

    Hi, Can someone please tell me how to set the colour palette in 8 bit mode. Cheers.
  8. C

    GP32 frames per second timing

    Is it possible to use GpTickCountGet/1000 as the number of seconds passed since the GP32 was turned on no matter what the clockspeed? Oh, and whilst I remember, what is the default speed of the CPU when you turn on the machine. I just thought that the number of ticks would change depending on...
  9. C

    GP32 Sprintf

    Hi just wondering if anyone has solved the problem in which printing floats to a character string using sprintf, eg: char pszMyString[25]; sprintf(pszMyString,"Float = %f", 0.5f); GpTextOut(NULL,&gpDraw[nflip],10,10,(char*)pszMyString,0xe0); this simply crashes my GP32 and the emu, (but it...
  10. C

    GP32 Fixed Point Math

    Hi, last night I tried writing a few fixed point math routines to get started in GP32 development. I used 8 bits for the fixed part, 16 for the number, and 8 bits of padding so that when I need to multiply I dont loose most of the number. The structs I use are as follows : typedef struct...
  11. C

    GP32 3D?

    Just out of interest, has anyone created or attempted to create a 3D engine on the GP32 yet? If so, how did you find it?
  12. C

    Better than I expected

    Hi, my frontlit GP32 arrived a few days ago and I must say that I am very impressed. The emulators are great, and the Doom port knocked my socks off - I can't believe how fast it runs. The thing I mainly got the system for though is to code stuff for it. I'm not a great coder, but I advise...
Back
Top