Search results

  1. H

    X-com: Ufo Defense V1.0.1

    to be precise, what kind of recompiler ? a true static recompiler ?
  2. H

    About ÆØÅ

  3. H

    About ÆØÅ

    I heard modern German can use a two-letter to address those issues : beta => ss ä => ae ö => oe ü => ue For French, we have some symbol we type as a prefix like `, ^ and ¨ ` + [SPACE] => ` ^ + [SPACE] => ^ ¨ + [SPACE] => ¨ ` + a => à ` + e => è ` + o => ò ` + i => ì ^ + u => ù ^ + a => â ^ +...
  4. H

    N64 Anyone?

    into CODE 1: ADDS $t0.lo, $t0.lo, #1 // $t0[31..0] += 1 1: ADD $t1.lo, $t1.lo, #1 // $t1[31..0] += 1 2: ADC $t0.hi, $t0.hi, #0 // $t0[63..32] += carry of $t0[31..0] += 1 2: MOV $t1.hi, $t1.lo, ASR #31 // $t1[63..32] = $t1[31] * 0xFFFFFFFF (0 or -1 according bit 31 of $t1) of course, the...
  5. H

    N64 Anyone?

    R4300 uses 32 64-bit GPR and 32 64-bit FPR. So if a true 64-bit computation is involved, you need twice registers and twice or more instructions (dadd rd, rs, rt ==> ADD rd_0, rs0, rt0; ADC rd1, rs1, rt1). Hopefully, ARM is pretty good for doing 64-bit computations with 32-bit registers and...
  6. H

    Korean Trouble

  7. H

    Pollux Or Omap3530

    Well the Wiz is armv5 :( :( well, source is also provided so it may be still possible to compile it for armv5, you know.
  8. H

    Freespace

  9. H

    Video Glasses

    indeed, it looks as if you were at the last row in a movie room for liliputians : i didn't feel like watching a 60" screen :(. I also test stereoscopic but I was disappointed because i can see a annoying black screen flipping between both glass screens.
  10. H

    Sales My Order From France

    goupil, il faut plutôt voir de la façon suivante : si tu as utilisé un service de crédit ou débit pour commander la pandora chez Craig's, tu dois t'attendre à devoir la recommander après que tu ais recouvert l'argent de la première commande, sinon c'est comme si tu ne l'avais pas commandée...
  11. H

    Sales My Order From France

    what ? if I ordered Pandora to EvilDragon's shop (so I shouldn't need to reorder) I cannot have the RAM and NAND upgrade because I need to reorder ? something must be wrong in this sentence.
  12. H

    Sales My Order From France

    J'imagine que tu as d'abord précommandé la Pandora sur l'un des sites de vente (personnellement j'ai fait sur celui d'EvilDragon), c'est à cet endroit que tu devrais indiquer l'adresse de livraison. Apparement Protix se contente purement de jouer l'intermédiaire pour le paiement et n'a rien à...
  13. H

    Sega dreamcast emulator on pandora is it possible?

    Because you think those instructions are executed for 99% of the run life of the game ? People shouldn't really be silly to focus on such instructions to claim SH4 superiority against Cortex-A8. What Exophase was saying is that SH4 processor is not the claimed obstacle for emulation because of...
  14. H

    Sales So I was wondering about ordering from france.

    Tu arrives - j'ai bien peur - un peu tard. Il te faudra attendre les pré commandes pour fin-décembre si tout va bien jusque-là.
  15. H

    Sega dreamcast emulator on pandora is it possible?

    *sigh* always that frequency comparison... SH4 has only direct mapping 8kB i-cache and 16kB d-cache and no L2 cache. Cortex A8 has different hardware optimizations like branching prediction, hardware return address stack, etc. which makes ARM code faster than a standard ARM cpu for the same...
  16. H

    Sega dreamcast emulator on pandora is it possible?

    SH4 more powerful than a Cortex-A8 ???? are you mad ???
Back
Top