Search results for query: *

  1. J

    Setting Volume Via /dev/mixer

    I'm stuck with this code, there's no way of get a higher volume, still very low when volume = 100 unsigned long soundDev = open("/dev/mixer", O_RDWR); if(soundDev) { int vol = ((volume << 8) | volume); //ioctl(soundDev...
  2. J

    Wizfrontier V0.1

    Here is my port of Elite 2:Frontier to the Wiz: WizFrontier v0.1 WizFrontier v0.1 source Enjoy :lol:
  3. J

    Wizfrontier V0.1

    Hi, I've ported Elite 2:Frontier to the Wiz. Here are the files: WizFrontier v0.1 WizFrontier v0.1 source
  4. J

    Caanoo / WIZ Porting Gpfrontier To Wiz Problems

    Hi, I'm trying to port my gp2x port of Elite 2: Frontier to the Wiz and have several problems. On gp2x I used open2x toolchain, and linked statically, altough I got this warning: warning: Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc...
  5. J

    Gpfrontier V0.4

    Hi, I know I said v0.3 would be the last version done by me, but I've got a F200 and couldn't resist to get the touchscreen working on it :) http://www.youtube.com/watch?v=Rz_9V4tUXOY You can download it here: GpFrontier v0.4 GpFrontier v0.4 Source
  6. J

    Gpfrontier V0.3

    Hi, I've released my last version of my Elite 2: Frontier port for the gp2x. This will be my last version, since I don't have a F200 to simulate the mouse. I've released the code so anybody can do this. CODE CHANGELOG ------------------ V0.3: - Several optimizations GpFrontier v0.3 binary...
  7. J

    Gpfrontier V0.2

    I've just finished a new version of my Frontier port. Those are the improvements: v0.2: - Changed button to avoid code protection to START, adding compatibility with F200's - Rewritten sound engine to SDL_mixer - Music support, disabled by default, you can activate it on the game menu by...
  8. J

    Gpfrontier - Elite 2: Frontier Ported To Gp2x

    Hi, I've just ported the ST version of Frontier to Gp2x. You can download it here: GpFrontier v1.0 :D EDIT: Download link changed to gp2x file archive - no registration nor waiting :)
Back
Top