Re: Wii64 February 13, 2009 04:17PM | Registered: 15 years ago Posts: 499 |
Quote
ArikadoSee DanielHueho's post just a little above yours for an updated version of Wii64.Quote
z400100500
any updates? no.......................poo
Re: Wii64 February 13, 2009 05:22PM | Registered: 15 years ago Posts: 7 |
Re: Wii64 February 13, 2009 08:10PM | Registered: 15 years ago Posts: 499 |
Quote
DarkechoesX
Alright, thanks DanielHueho. And in the Source Code, what's the name for the speed and sound of the Wii64.
Quote
Eman4show
Oh there are more versions?? awesome! Please post them as soon as man, im willing to test what roms and emulators work!
Re: Wii64 February 14, 2009 02:49AM | Registered: 15 years ago Posts: 7 |
Quote
DanielHuehoQuote
DarkechoesX
Alright, thanks DanielHueho. And in the Source Code, what's the name for the speed and sound of the Wii64.
Please explain? What exactly should be "speed" and "sound"?Quote
Eman4show
Oh there are more versions?? awesome! Please post them as soon as man, im willing to test what roms and emulators work!
Here we go, revision 473:
[rapidshare.com]
First you need to learn (actually, master) the C and/or C++ computer programming languages. Writing the actual emulator requires you to code a virtual enviroment that runs like you are actually running the console you're trying to emulate yourself. So for example, when you run an N64 rom, you must have the computer (Wii in this case) go through all of the N64's boot processes before you can tell it to run the rom. Once it is running the rom, you must have programmed the emulator to change each piece of N64 code into Wii code as the N64 code is called but before the Wii executes it. So, for example, if(N64_Button_A) in the rom gets turned into if(PAD_Button_A || WPAD_CLASSIC_BUTTON_A) on the Wii.Quote
gus051
how do you make an emulator is it hard?
No, that's probably not even possible...Quote
gus051
wow its really hard, i wanted to make something that could play mugen on wii or .exe games. do you know if theres an emulator for the wii that play .exe games?