Search results

  1. R

    Post Restrictions

    Should we have restrictions on who posts where? It seems that a lot of new guys are just posting about random stuff and getting flamed.
  2. R

    For Anyone Who Cares...

    hhmmm, maybe release the source code? I could through in a few little extras myself. this whole "no command line parameters" thing is killing me.
  3. R

    GP2X How Can I Test My Application On Pc?

    Well, you... ....ummm.... ....crap. How?
  4. R

    GP2X Porting For Beginners

    Alright, STERM is awesome. I started it up and moved to my doom directory. After that, I ran the doom executable, then something actually happened. But, I got an error. Here is what showed up: [root@Linux doom]$./doom.gpe DOOM SHAREWARE STARTUP V1.10 V_Init: allocate screens. M_LoadDefaults...
  5. R

    GP2X Porting For Beginners

    HOLY CRAP. Something finally compiled.... Don't exactly know what is it though. I am now using the devkitgp2x. I compiled a doom executable using "./configure --host arm-linux" and make, then placed it into folder named "doom" in my SD card. I renamed the executable "doom.gpe". Then I placed...
  6. R

    GP2X Porting For Beginners

    Hhhm,, Getting there. I've edited the makefile to use arm-linux-gcc. But, now I'm getting errors such as: arm-linux-gcc -g -O2 -I/usr/include/SDL -D_REENTRANT -o doom am_map.o d_items.o d_main.o d_net.o doomdef.o doomstat.o dstrings.o f_finale.o f_wipe.o g_game.o hu_lib.o hu_stuff.o i_main.o...
  7. R

    GP2X Porting For Beginners

    What enviroment do most of the devs use to compile your work? I have some C training. Lately, I've been trying to do a port of SDL Doom, but I cannot figure out how to get ARM binaries. I've heard you can just do someting like "./configure --target=arm-linux", but I still get x86. I have ARM...
  8. R

    Mame Gp2x 1.0 Ho Ho Ho !!!

    Hhhmm, still strying to fix the "no roms" problem. When I run clrmame, after its finished, all the roms listed have red X's on them, is that good or bad? It seems that all are of them are missing some file.
  9. R

    Mame Gp2x 1.0 Ho Ho Ho !!!

    I'm also getting the "no roms" error. I have the roms listed in the gameslist.txt, they are in zip files, and in the roms folder. I've used clrmame, and the mamegp2x v7 copier. Are there certain "versions" of the roms i must have?
  10. R

    GP2X N64 Emu For Gp2x?

    Why 2 FPS? Why 17 FPS? What are the restrictions we are looking at? It seems that the GP2X has the hardware capability. But, it seems that all of the N64 emus I know do not use SDL, and that presents a problem. But, what else is there?
  11. R

    GP2X N64 Emu For Gp2x?

    The Specs: N64 CPU: 64-bit R4300i RISC (93.75MHz) / 64-bit data paths, registers with 5-stage pipelining Co-processor: 64-bit RISC (62.5MHz) RAM: 4MB (36Mb) upgradeable Graphics: Pixel Drawing Processor (RDP) built into co-processor Colors: 16.7 million (32,000 on screen) Polygons: 150,000 per...
  12. R

    Marathon

    there is a windows and linux port to the game at http://sourceforge.net/project/showfiles.php?group_id=1997
  13. R

    Dos Emulator

    And there's DosBox. http://dosbox.sourceforge.net/news.php?show_news=1
  14. R

    Are There Any Open Source Dos Operating Systems?

    And there's DosBox. http://dosbox.sourceforge.net/
  15. R

    Marathon

    Marathon would be a great game to port. It was the game Bungie made before the famous Halo series. It looks like an updated version of the Doom game. The source code is under the GPL, and the game content is free (non-GPL, though). That really should not be a problem. Even better, the source...
Back
Top