Search results

  1. O

    New Gp2x Hardware, F300

    Would it theoreticaly be possible to swap out the F200 board with a Wiz board? Sorta like, reconnect the display, the buttons and away you go?
  2. O

    Sdl Question

    Visual C++ is great for development and debugging. For distributing however, I use MingW32. It gets rid of the dependencies and people won't have to install MS crap to run your code. I've used it in the past and was able to run my code from 98 up to Vista without any problems. Just my 2 cents.
  3. O

    Vice 2.0 (25 Jul 2008) Released

    I just tested it out on my F200, and X64 returns to the menu in less than a second for me.
  4. O

    Vice2x Basics

    Are you sure you downloaded the entire Vice2X package, and not an update-archive? I have not had any problems on an F200 running 4.0.0.
  5. O

    Open2x Dr4

    I'm another person that is waiting for an official F200 release. I never liked the original menu, and right now I get around that by autostarting Gmenu2X. What's the official state of Open2X on F200's anyway? Will it not work, or is it just not optimised for it?
  6. O

    Vice 2.0 (25 Jul 2008) Released

    Some games still have alot of skipping due to heavy sid usage, even when using fast-sid and being overclocked to 250. Bounty Bob Strikes Back suffers from this, and I'm sure there are a few more. I did not get Miner 2049er to work, did anyone else have more luck? Giana sisters worked fine for...
  7. O

    Wiz Archive!

    Which is why it probably says "Pandora File Archive" at the top then :) It's a nice start and I'll be sure to bookmark it.
  8. O

    Wiz Update

    That's great! If only I could understand what they were saying :) Which prompted another question in my mind. Seeing as a large market of GPH is in the asian market, how come we never hear about any homebrew created there?
  9. O

    Christoph's Dev Blog

    I find that 4 backgrounds is basicaly all you'll ever need for a retro style game. Any more backgrounds and you're just wasting time rendering seperate layers to the screen. With my system though, everything is dynamic, from the number of backgrounds to the size of their tiles to the actual...
  10. O

    What Games Are Currently On Your Gp2x's Sd Card?

    So, what games do you deem worthy of keeping on your SD card to play over longer periods of time? (Emulators do not count) My current list (although pretty short): B'lox Cave Story Gnu Go Sqdef
  11. O

    Gp2x Wiz Corrections

    I am probably in the minority here when I say I couldn't care less about WiFi. I believe someone overclocked the Wiz to 650, which is enough speed for me. I don't really think the smaller screen is going to be the big hurdle everyone makes it out to be either. As long as it's bright and sharp...
  12. O

    Question About The Wiz Scaling.

    Can't you dedicate the other CPU core to handle the scaling?
  13. O

    Visual Studio + Sdl

    I am not using the Win32 SDL libraries. I only added a path to the libs- and includes that came with DevkitGP2X. I got alot of errors pertaining to SDL semaphores and threads, and linking pthread along with SDLmain and SDL fixed the problem. Tested the resulting GPE on the GP2X and it's working...
  14. O

    Visual Studio + Sdl

    I followed the setup instruction of Visual Studio perfectly and still could not get it to link properly. However, after adding 'pthread' as an additional library dependancy (just put it after SDL), it finaly spewed out a GPE :) Thanks KungPhoo!
  15. O

    Another Looking For Name Of Game Thread ..

    Killing Game Show? http://www.youtube.com/watch?v=mLZoYUgilkI
  16. O

    Easy Ide Recommended?

    Pimped! :D I am about to see if I can get something to compile for the GP2X. It's about time I tried out my library on the GP2X and I am curious to see what kind of performance I get. The problem is, I already have CodeBlocks with MingW32 installed for compiling on Windows, is that going to...
  17. O

    The Wiz Gets Proper Buttons And A 3.5mm Headphone Jack

    Lets not forget that most existing GP2X software simply needs a recompile to run on the new system (from what I've read previously), which makes its (potentialy) already existing software library quite impressive. And it packs quite a bit of power, so it was, and still is, a very attractive...
  18. O

    Grieving For The Gp2x

    I'm not too bothered at all. These things come and go every couple of years and it's only common sense to accept the fact that one machine will be replaced by something else and not supported forever. Having said that though, I got my F200 three months ago or so, and I had hoped for it to be...
  19. O

    How To Blit Animated Backgrounds With Sdl?

    You need a function that creates a background from tiles (I assume you already have this). You would also need some kind of animation system. One that cycles through frames at a given speed. Then you scan through the part of the map that is being displayed. If you find a tile that needs to be...
Back
Top