Search results

  1. D

    GP32 Something I Learned

    Only when dividing/multiplying by a power of two can you use shifts instead of a normal operation.. Here is a useful bit of code I wrote. It checks if a number is a power of two and then returns the appropriate power. Uint8 get_Pow( int n ){  if ( ( n & n-1 ) == 0 ){ // Check if the number...
  2. D

    GP32 Weird Flicker. Help Me Get Rid.

    I really don't beleive so, because I have been running that on both my GP32s for days now, and I haven't got any artefacts left over on mine. What program are you noticing the dark line?
  3. D

    GP32 Something I Learned

    That is totally awesome. I never knew about that instruction. I need to learn more about the hardware, but at the moment, I'm just happy getting my game to run at a decent framerate :)
  4. D

    GP32 Mr.mirkos Sdk Replacement

    I beleive that the internal tick counter does in fact run faster when you overclock. It only runs at 1000ticks per second when at 40Mhz. So you need to adjust that based on how fast you are running the processor.
  5. D

    GP32 Something I Learned

    I'm not a very good coder, but I came across something today that I thought I should share. I have been doing my maths with 32bit(16:16) fixed point numbers, but in certain cases my multiply and divide macros would return 0. I'm guessing that the numbers got shifted too far. If I changed my...
  6. D

    Another D*rn Poll

    I can't vote, cos I have already have a Non-FLU, a FLU and I also am going to get a BLU when it's released ;)
  7. D

    GP32 Weird Flicker. Help Me Get Rid.

    I can't post my code yet, but I can say this. I was using the SDK off Ishani's website in order to use the ADS integration it offers. Last night I rebuilt my project using the Gamepark released version of the SDK, and the flickering is all but gone. You can still make it out slightly, but I...
  8. D

    GP32 Weird Flicker. Help Me Get Rid.

    100% certain. I have done various tests to ensure that I am.
  9. D

    GP32 Weird Flicker. Help Me Get Rid.

    http://www.dazgenetic.pwp.blueyonder.co.uk/DazEngin.fxe Run that fxe on a real GP32, and then try and explain to me what the hell is going on with those flickering lines. I am using ARM ADS 1.2 with the Official SDK. I am going to blame that, as I don't think I am doing anything unusual...
  10. D

    Gizmondo? Good Or Bad

    Edit: Sorry I see you point now.. I'm an idiot. Take yes as good, no as bad. Can the poll be edited by a mod?
  11. D

    Gizmondo? Good Or Bad

    Well, it's official, Tiger Telematics have changed the name of their Gametrac device. It is now called Gizmondo. To make sure the poll is totally impartial, I am not going to give any indication of how I feel about it, by not voting myself. Vote away!
  12. D

    Core Finished For Fgen?

    lol, you are talking about the Zodiac community here. Most of them have payed £15 for a GBA emulator that doesn't even play GBA games yet. Compare that to the GP32 community where most people find it difficult to part with $5 for GPCinema.
  13. D

    Core Finished For Fgen?

    If you pop over to ZodiacGamer, someone has actually started a thread asking for donations to buy Rlyeh a Zodiac. If you read the thread further, you will find that Rlyeh previously showed interest in porting his emulators to the Zodiac, but was unable to get hold of a device, because of...
  14. D

    Do You Wanna Be Blown Away?

    Man, how can you even compare this with Descent 3? Are you sure you watched the same video? ;)
  15. D

    Do You Wanna Be Blown Away?

    http://www.gameskool.nl/ Download the WMV
  16. D

    Gp Api Reference

    I have no problems with the PDF format for certain uses, but it really is not the best format for a project such as this. As proven by the small example, HTML is much more appropriate for a browsable API reference. Unless of course, you plan on printing it out. There is also the option of...
  17. D

    Very Cheap 32mb Smartmedia (uk Only)

    Nope, I believe you can fit approxiamately 32Megabytes on one of them :). Of course they are worth it for 2 fucking pounds.
  18. D

    GP32 Gpfontmaker 2.0 W.i.p

    If you managed to create variable width fonts and then combined that with a fast 8/16bit ASM font routines for the GP32, that would be so awesone. I know thats a lot to ask. Though If there could be an option to export fonts with variable widths, I could look into writing some C routines for...
  19. D

    Impressive Game

    Exactly in what way are the graphics mediocre? Realtime Lighting/Shadows, curved geometry and really nice textures and environments. I think this game looks awesome. And not just considering its size. It looks good what ever way you look at it.
  20. D

    What Do People Do For A Living?

    I'm a freelance Techinical Artist currently working with Evolution Studios on on the Sony published World Rally Championshic '04.
Back
Top