Search results

  1. G

    Czdoom - Enhanced Prboom Port

    Hey, I've been working on a port of Prboom that I have optimised to play better on handheld devices. The biggest change is in the way that the controls work. I created new functionality for the weapon switch button, allowing you to cycle through the weapons with the D-Pad. I have also changed...
  2. G

    Shadow Warrior For Dingux

    Hey, I have just completed a quick port of Shadow Warrior to Dingux. Sound is not currently working (can anyone help with this?), but I will hopefully make some progress with it soon. Here is a link to the binary http://dl.openhandhe...i?0,0,0,0,3,161 and the source...
  3. G

    Shadow Warrior For Dingux

    Hey, I have just completed a quick port of Shadow Warrior to Dingux. Sound is not currently working (can anyone help with this?), but I will hopefully make some progress with it soon. Here is a link to the binary http://dl.openhandhelds.org/cgi-bin/dingoo.cgi?0,0,0,0,3,161 and the source...
  4. G

    Caanoo / WIZ Firmware For Wiz Mk0 Prototype

    Hi, I got given an old wiz (one with 2 dpads). It was bricked when I received it and I can't seem to find a firmware that will restore it back to life. Every kernel that I have tried (including ones that I have custom built) hang at "Starting Kernel..." If anyone can provide a firmware update...
  5. G

    Caanoo / WIZ Wiz Prototype Ext Pinout

    Hi, I have aquired one of the Wiz prototypes with the 2 dpads, but I have been led to believe that the pinout for the EXT connector is different. If anyone has it, that would be great, since I need to build a cable to charge it etc. Thanks.
  6. G

    Achy Fingers From Laptop Trackpad

    Anyone else get achy fingers (RSI I guess) from using a laptop trackpad? I can't find my mouse either :/ I wonder if part of the problem is the large size of the trackpad on my MacBook Pro...
  7. G

    GP2X How Does A Compiler Handle Memory?

    I know this isn't exactly a GP2X relevant question, but I feel that this is probably the best place to ask. Sorry if it would be better placed in Off Topic, but I feel that the people likely to be able to answer my question would see it here. What I want to know is how a compiler would handle...
  8. G

    Any Way To Change Your Forum Name?

    Does anyone know if there is a way to change your forum name without making a new account, cos I made this account, but I'm called something else on every other forum I'm on, and It'd be nice to switch the name over...
  9. G

    Mozzarella Madness

    A bit random I know, but I'm bored. I just got some mozzarella from Sainsburys and decided that it would be a good idea to try the low fat one. MISTAKE! I may as well have got some rubber to chew on, as it had absolutely NO flavour. It was like eating chewing gum without the flavouring. Never...
  10. G

    Brainf**k Interpreter

    Hi, Out of boredom, I decided to write a brainfuck interpreter today. It runs some programs, such as this one: CODE ++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>. (prints "hello world") but not others... I was wondering if I...
  11. G

    Everyone Submit Their 360 Gamertag

    Hey, I know there has been another 360 topic, but i thought it'd be a good idea if we had a thread and everyone submitted their gamertag... (that is of course if you want to!) I'm CongoZombie :)
  12. G

    Array Problems

    Hi, I've got some code as below: CODE x = V[(opcode&0x0F00)>>8]; y = V[(opcode&0x00F0)>>4]; for (int yline=0;yline<(opcode&0x000F);yline++){ char data = memory[(indexReg+yline)]...
  13. G

    Shifting Data In An Array

    Hey, I'm currently working on a little Chip8 emulator and I'm reading the contents of a file into an array. Problem is that Chip8 programs all start at memory address 0x200. Basically, how could I shift all the data in the array 200 bytes? The code I'm using at the moment is as below: CODE...
  14. G

    Fixed Point Library

    Hey, I'm working on a Mode7 style engine for the GP2X at the moment, and I think I'm gonna have to convert all of the calculations to fixed point to get a resonable speed out of it. I've got working Mode7 code that I wrote in a different language (with floats) that I'm rewriting in C++ What is...
  15. G

    GP2X Rss Feed Viewer

    I've just had an idea for a piece of software that would automatically download all the pages linked to an RSS feed onto the gp2x for viewing... how possible do you think something like this would be?
Back
Top