Search results

  1. L

    Mame4All

    Yes, XMAME is officially dead and replaced by SDLMAME. BTW if people want to resurrect XMAME, I will strongly oppose :)
  2. L

    Gcc Chroot Cross Compiler

    Out of curiosity, why isn't CodeSourcery an option?
  3. L

    How About The 720Mhz Omap For The Second Batch?

    No :P But I know one individual who was given one by nVidia. My point was just that the chip exists (though I guess it's still an engineering sample) and works. What bad did you hear? The only issue I have at the moment is the lack of Linux support with graphics driver. I have Ubuntu running...
  4. L

    How About The 720Mhz Omap For The Second Batch?

    I can confirm this as I have one.
  5. L

    Hardware Accelerated Video Decoding

    The latter project has moved here: http://maemo.gitorious.org/qemu-maemo
  6. L

    Pandora Potential?

    I was just trying to make it less frightening to others than you do :P
  7. L

    Google Summer Of Code

    More than $5000 for a 2-month long job? Minimum wage in France is less than $1300 a month and student internship is often much less than that. Anyway I don't think the wage is the incentive, demonstrating ability to deliver looks much more important to me.
  8. L

    Google Summer Of Code

    The DSP could be used to offload sound generation (e.g. Q3 sound on an Android phone reduces speed by 20%; see here) and perhaps some 2D tasks. Emulating any x86 instruction on it would certainly be inefficient :) As far as SSE goes, you're right an A8 probably wouldn't be fast enough (and...
  9. L

    Pandora Potential?

    Writing raw assembly would certainly be a pain. You'd better use the "optimizing" assembler to write assembly, it will take care of scheduling and other painful things. Of course as usual, getting the most out of that beast requires raw assembly, but this should be considered as extreme and...
  10. L

    Pandora Qemu Based Pandora Usermode-"emulator" Poc

    That looks extremely interesting! And similar to how I intended on running Wine :) JayFoxRox, is there any way to see your code? Some simple example might be enough.
  11. L

    Dosbox Question

    Can you prove this claim? The lack of Wine running on ARM isn't a proof it's not an option :P Yes, and then I'll be famous, rich and will have many women (which might make my wife angry).
  12. L

    Dosbox Question

    Well for my defense, I will say that out of context what borgqueenx wrote could have been taken as Red Alert doesn't run under Win95 :P OTOH I think that Red Alert could be playable on Pandora using Wine.
  13. L

    Dosbox Question

    Red Alert certainly had a win95 version. Perhaps were you thinking of some other game?
  14. L

    Dosbox Question

    I edited while you were answering, sorry for the noise :)
  15. L

    Dosbox Question

    According to Wikipedia it was DOS only and then re-issued in 2002 for WinME and WinXP. http://en.wikipedia.org/wiki/Civilization_II OTOH CivNet (released in 1995) had Windows 3.1/95 support. http://en.wikipedia.org/wiki/Civilization_(video_game) Well it's Wikipedia, it might be wrong :) And...
  16. L

    Pandora A "new" Good Way To Program For The Pandora?

    In that case instruction alignment might be beneficial if you jump into the sequence.
  17. L

    Mupen64Plus

    You missed something :) $ grep -Ir assem_arm . ./r4300/new_dynarec/assem_arm.c: * Mupen64plus - assem_arm.c * ./r4300/new_dynarec/new_dynarec.c:#include "assem_arm.h" ./r4300/new_dynarec/new_dynarec.c:#include "assem_arm.c" EDIT: this was my...
  18. L

    Pandora A "new" Good Way To Program For The Pandora?

    I think the code alignment section could be misinterpreted. It's true for short basic blocks where the probability of conflicting offsets increases. So for JIT, it's probably a good advice, but for instance for long sequences of instructions without any branch, it isn't.
  19. L

    Pandora A "new" Good Way To Program For The Pandora?

    I obviously can't confirm/deny what you say about branch predictors, but it should be noted that some Thumb-2 apps can be faster than ARM ones due to reduced Icache pressure, which for big apps can be the limiting factor.
  20. L

    Linux Arm Netbooks?

    My orange is better than your apple, I'm sure :P
Back
Top