Search results

  1. G

    Oooookkkkkaayyy, Maybe I Left It A Little Too Long.

    I just want something I can comfortably play Sega Megadrive on whilst on the go, that is small enough to drop into my pocket. The GBA micro would be perfect if there was a working Genesis emulator for it. Only a Master System from what I can remember though :(
  2. G

    GP2X Emulator Devlopment?

    Where to get started? I lvoe programming, and can program games in C/C++. However, I would LOVE to get started writing emulators. But how? I get how emulators work, I am just curious as to how to implement them. I have decided to start on a CHIP-8 emulator for the PC, and then hopefully attempt...
  3. G

    I May Have Done The Gp2x An Injustice ...

    Question: Whats wrong with the headphone jack on top of the unit? My iPod mini's is on top, and it doesn't bother me one bit.
  4. G

    Mechwarrior 2?

    Hmmm....BattleTech would be cool. I Lurve MW2 THough, I grew up with it :P I might look at making an Open source clone perhaps...
  5. G

    Mechwarrior 2?

    I just had a question. Can mechwarrior 2 be emulated at all on the GP2X, using DosBox? Works perfect on the computer, and I doubt it will work on the GP2X without a proper port, but I just thought I'd ask the question :) -Girvo
  6. G

    Guess What? A Port Of Gpsp (gba) To The Gp2x...

    *shudders* VBS. Imagine if it was ported: Viruses on the GP2X! w00t! I kid. I can't WAIT to see this up and running. Especially the PSX emulator thats not a a port :) I would LOVE to learn to code emulators. I can code C/C++ pretty well, (done a lot of 3d engine work and the like), but X86 ASM...
  7. G

    Game.com Emulator

    Could be an interesting project, but it uses DirectX :) I'll have a looksie :P
  8. G

    Gph Sdk Linker Error

    #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <SDL.h> /* GP2X button mapping */ enum MAP_KEY { VK_UP , // 0 VK_UP_LEFT , // 1 VK_LEFT , // 2 VK_DOWN_LEFT , // 3 VK_DOWN , // 4 VK_DOWN_RIGHT , // 5 VK_RIGHT , // 6 VK_UP_RIGHT , // 7...
  9. G

    Gph Sdk Linker Error

    Hi there. I went and got the SDK from the GPH website, and extracted it no sweat. I fired it up, created a standard template project, and proceeded to compile it. It worked fine for windows, it ran and everything. But, as soon as I changed the compiler options from win to gp2x, it stopped...
  10. G

    GP2X So, Developing For The Gp2x

    Oh. Oh I see. Excellent :) OH! And it uses my IDE! Awesome :P
  11. G

    GP2X So, Developing For The Gp2x

    Hi there. I have recently ordered my own brand new GP2X and am waiting for it to arrive. Yay :) I am a hobby programmer. I develop for the PC using SDL and a custom written 2d engine for SDL. I enjoy doing it a lot, and would LOVE to develop for the GP2X. The question I have is, is there some...
Back
Top