Recent content by Lint

  1. L

    What Country Are You From?

    So far we're 3, all from São Paulo Sadly I don't have a gp2x anymore, so I just stop by to answer some pointless post like this every once in a while...
  2. L

    8086 (ibm Pc) Static Recompiler For Gp2x

    Ok, just some comments: Protected mode emulation could be possible by doing high level emulation of a DPMI, there are some games that accept running exclusively on ring 3 (lowest protection) so we could run this as plain linux executables, as long as the program itself don't try to mess with...
  3. L

    New Cheap Chinese Sega Portable......

    I think I'm buying it, just for the laugh... It's easy for me to buy it since I live here in Brazil :D (but let's check out the price anyway...) I just have 2 game gears (and almost every single add-on for it), 1 psp and 1 gp2x 'left-less' and that "portable" sega-cdx I'm not much of a collector...
  4. L

    I Fell Asleep With My Pants On!

    They usually explode when they're overcharged, I've never seen a battery exploding by discharging too quickly... But I once exploded a NiCD battery on my bare hand, gez how I freaked out haha
  5. L

    GP2X The F200 Telnet Problem

    I'm quite confident that gp2x can go further than 115k2bps, the problem is to get a hi-speed serial on the pc side, wich is limited to 115k2 just for backward compatibility and perhaps find out if the serial driver is limiting the speeds up to 115k or if it will satisfy a 460kbps serial request...
  6. L

    Arm Assembly Or High Level.. How Much Of A Performace Difference?

    I think it's quite pointless to measure speed differences between simple programs in C/asm C optimizes pretty much all it's possible in simple code, but when the code gets complex, then you may have a lot of optimizations in asm, but asm is too much work, so I would recommend you to just develop...
  7. L

    GP2X The F200 Telnet Problem

    I'm quite confused: why didn't anyone ever tried pppd? You can just log in a shell over serial, run "pppd" and then suspend/exit-without-hangingup and run other pppd /dev/ttySX on the other side and you're set with a network interface over a serial link that will drop any corrupted packet and...
  8. L

    Im Sorry... So Sorry...

    I really think that microdrives could be a possible solution, as long as you set the microdrive to sleep after x minutes of inactivity and supply a better power supply a study once stated that the difference between IBM's and toshiba's drives may differ to almost double the power consumption, so...
  9. L

    So What Are Your Credentials?

    I programmed basic when I was a child, then I've evolved to assembly because it was the only compiler I had that could make real executables (well, also because I used to love demo scene and stuff..) that time, and also made me crack my own games (for cheating purposes, it was far more fun to...
  10. L

    Gp2x Battery Issue.....

    the increased resistance would give you less current AND less voltage... 2 resistors in series (one which is the load of gp2x, the other is the battery holder resistance) is a voltage-divider circuit but beside that, current also get limited proportionally to the voltage drop
  11. L

    How Psp Emus Compare To Gp2x Ones ?

    just to mention: when you remove a component, you don't short-circuit anything, you just leave (part of) the circuit "open", which is the exact inverse of short-circuit altough the circuit needs the capacitor to store energy anyway probably the capacitor is in a charge-regulation circuit which...
  12. L

    New Gp2x F-200

    Like a lot of people said: I believe that could do a lot better than that! And perhaps they even did that but we don't know it yet. First of all would be a +5vdc signal to usb, not much trouble since somebody else already found a +5vdc signal inside gp2x and installed a fully-functional usb...
  13. L

    The Very Original Current Listening Thread!!

    NoFX - The Decline :ph34r:
  14. L

    GP2X My Solution To The Lack Of A Good Snes Emu

    but wouldn't that encourage people to try something new?
  15. L

    GP2X My Solution To The Lack Of A Good Snes Emu

    Yeah, I thought that so But it really looks like everybody is happy with their current snes emus, so nobody handled the idea, so sorry... :( I don't understand why people think that porting x86 asm to arm asm could be so hard... I think that most people would find the resulting code inefficient...
Back
Top