Forums GAMERGEN

[1.50] Emulateur N64 disponible + Videos !!

Règles du forum
Si vous remarquez un message susceptible d'aller à l'encontre des recommandations dont une partie ou la totalité du contenu ne devrait pas se trouver là, signalez-le à l'équipe de modérateurs en cliquant sur Image.

________________

Toute l'équipe vous souhaite la bienvenue ! Si vous repérez d'éventuelles erreurs qui se seraient glissées dans nos contenus, n'hésitez pas à le signaler dans les commentaires.

[1.50] Emulateur N64 disponible + Videos !!

Message non lupar Thibob » 01 Mai 2006, 21:52

Lire l'article ICI

:wink:
Thibob Gamer Bronze
Gamer Bronze
Messages: 2374
Inscription: 09 Déc 2007, 20:21
Pays: France
Sexe: Homme

Message non lupar Ysix » 01 Mai 2006, 22:22

depuis le temps que je l'attendais il ne marche que sur 1.5 je suis degouter

:cry:
Ysix Gamer Pro
Gamer Pro
Messages: 125
Inscription: 23 Juin 2009, 08:40
Pays: France

Message non lupar arno_el_maligno » 01 Mai 2006, 22:22

Wow, la c'est quand même assez 8O 8O 8O ... J'en connais un qui doit sentir qu'il sait fait couper l'herbe sous le pied. Alors qu'on attendait tous une futur release de la part de Psmonkey... Qui se voulait très lointaine vu ses screenshots...

Enfin, il pouvait pas savoir que la solution viendrait d'un portage... Je sais pas si les ptits jeunes se rendent compte mais la psp est décidemment un outil incroyable... Vivement que ce projet soit entiéremment fonctionnel...
Avatar de l’utilisateur arno_el_maligno

Message non lupar bOon » 01 Mai 2006, 22:28

youhou!! c'est super! sa fais plaisir de voir sa!!
malheureusement sa tourne pas sur 2+!!! :cry:
iTouch 8Go 1.1.2 Jailbreaké
bOon Gamer Pro
Gamer Pro
Messages: 151
Inscription: 19 Jan 2008, 22:56

Message non lupar hypnotik06 » 01 Mai 2006, 22:32

Bravo a celui qui as programmé. chapeau bas.. :D
Bon ok ca tourne pas super , on as pas de sauvegarde, mais bon ...le plus gros est deja fait et c'est deja une bonne nouvelle....
Avatar de l’utilisateur hypnotik06

Message non lupar NioX5199 » 01 Mai 2006, 22:33

C'est quoi ce bor... ! C'est magnifique ! mais je pige pas... pkoi on arrive a faire un emulateur N64 , un peu lent certe, mais pas plus que la GBA ! et l'emulateur GBA est trop trop lent !
Avatar de l’utilisateur NioX5199

Message non lupar yaya69 » 01 Mai 2006, 22:39

ça marche pour les 2.00 et +!!
trop contetn je teste et jcompare a la 1.5

http://psp3d.com
premier page en user mode
yaya69 Gamer Averti
Gamer Averti
Messages: 57
Inscription: 08 Juin 2008, 10:11

Message non lupar Micke7 » 01 Mai 2006, 22:51

J'espere que PSmonkey ne va stopper son projet, car je pense qu'il peut beaucoup mieux faire
Micke7 Gamer Averti
Gamer Averti
Messages: 55
Inscription: 30 Aoû 2008, 19:52

Message non lupar yaya69 » 01 Mai 2006, 22:54

micke7: moi jespere qu'ils vont travailler ensemble
au fait sur ma 2.5 je confirme ça marche super (comme sur la 1.5 de mon pote^^)

le lien: http://www.pspgen.com/modules.php?name= ... it&lid=844

[EDIT MaGiXieN] lien corrigé vers nos serveurs :-)
yaya69 Gamer Averti
Gamer Averti
Messages: 57
Inscription: 08 Juin 2008, 10:11

Message non lupar Timale-Kun » 01 Mai 2006, 23:19

NioX5199 Wrote:C'est quoi ce bor... ! C'est magnifique ! mais je pige pas... pkoi on arrive a faire un emulateur N64 , un peu lent certe, mais pas plus que la GBA ! et l'emulateur GBA est trop trop lent !


La PSP est plus disposé à émuler une N64 qu'une GBA du faite de son architecture Hardware. j'ai une longue explication dessus, mais c'est en anglais technique donc fais-en ce que tu veux :

1) The N64 CPU is much closer to the PSP CPU than the GBA CPU is. This means that the N64 is an excellent candidate for efficient dynamic recompilation. The GBA's CPU (ARM) is also a solid candidate for recompilation on just about any platform, including MIPS (what PSP uses). What I mean by that is that using dynarec for ARM would improve the performance several times over using interpretation (the traditional approach most emulators use, including almost all GBA ones) because ARM has complicated instructions that are computationally expensive to parse, a step removed in recompilation. However, since PSP has a MIPS CPU like N64 it means that instructions can be recompiled very efficiently, often a single instruction to a single instruction (on average I'd imagine it's something like 2 or 3 instructions for every 1, depending on how tight the memory accesses and branching blocks are and how frequent they're used in the source code). N64 has a 90MHz CPU so you'd need about 180 to 270MHz to emulate that at full speed, but chances are no real N64 games actually utilize the CPU fully and idle loop detection eliminates the requirements a lot (especially on dynarec cores) so the PSP's 333MHz MIPS based CPU should be more than enough. But some of you might be saying "Exophase, PSP has a 32bit CPU and N64 has a 64bit CPU, how can they be similar?" This is true, however, the MIPS has a rather scaleable backwards compatible design, so not only does the N64's CPU more or less support a bulk of the instructions that the PSP's does directly, meaning that it has 32bit operations for every 64bit ones, but most games only use these 32bit operations. Ironically the system with "64" in its name almost never uses the 64bit capabilities of its CPU, proving yet again that bit rating in consoles has been little more than a marketing tool that more or less died out with that system anyway.

Here's a less technical analogy to help explain why PSP can emulate N64's CPU when existing GBA emulators kinda suck: say you have two paragraphs. One is in English and uses words at a college level, the other is in Korean but uses words at a 5th grade level. You give them to an American middle school student and give the student a Korean/American dictionary and a normal American dictionary and ask him/her to explain what the paragraphs are saying, timing him/her. Even though the paragraph at a 12th grade level contains much more advanced concepts the student will be able to figure it out much more quickly because he/she already understands most of the words. For the Korean paragraph at a 5th grade level he/she will have to translate each word to English before understanding it. Even if this were an entire Korean book the student would have to learn Korean before hand (the compile time overhead of dynamic recompilation) and would have to use several English words to express some Korean concepts (the runtime overhead), this things wouldn't be as present in understanding a more advanced English book. This analogy isn't 100% fitting but it's close enough to explain my point.

2) N64 can be HLE'd very well, meaning that if you have a system that's sufficiently more powerful than the N64 itself you can emulate everything but the CPU very efficiently for many games because you're emulating it at a library call level. GBA games either can't be HLE'd very well beyond the BIOS calls or it usually isn't (to the best of my knowledge). So this puts most of the emulator's focus on the CPU, and as I said that's a speciality for PSP.


Ou encore Ici

Par ailleurs les deux dev sont entré en contact afin de s'échanger des Informations, espérons que ça soit bénéfique pour les deux projets^^
Image
PSP Kachofugetsu 5.02GEN-A
Avatar de l’utilisateur Timale-Kun Gamer Hardcore
Gamer Hardcore
Messages: 599
Inscription: 12 Fév 2006, 01:00

Message non lupar MickeyBlue_1 » 01 Mai 2006, 23:47

Salut a tous j'ai tester et frenchement suis bluffer par rapport a monkey j'avait jamais entendu parler de daedalus et pour une 1er je dit bravo meme si c pas 100% bonne continuation aux programmeur
Avatar de l’utilisateur MickeyBlue_1

Message non lupar CJ_Nukem_1_1 » 02 Mai 2006, 00:54

Ouais la video est impressionnante, premiere fois que je vois un emulateur de 3D aussi convaincant.

En plus les programmeurs ont l'air de gens intelligents prêts à s'échanger leurs infos dans l'intérêt général. Félicitations les gars, continuez !

Imaginez dans quelques mois ou semaines, GoldenEye avec le multi en wifi activé !!! :D
Avatar de l’utilisateur CJ_Nukem_1_1

Suivante

 

Retourner vers Archives des commentaires de news