
I should stop browsing the web using text only and look at attached pictures more often :p
Alright, well I can probably live with that, I expect this whole thing to be quite bulky anyway, I've never done a portable before.infact wrote:darksky72, so far the WODE is the best to go with. Only problem is the size.
Hehe nice oneAshen wrote:[...]Lastly I got a DOL-101 (with the built in regulator) with motherboard revision DOL-CPU-50. I can't tell what IPL its running though (I'm assuming either v1.1 or v1.2) because Swiss reports that its a Wii... lol. Wiikey Fusion is working with this board though
Code: Select all
#define GC_CPU_VERSION 0x00083214
[...]
#define mfpvr() ({unsigned int rval; asm volatile("mfpvr %0" : "=r" (rval)); rval;})
[...]
if(mfpvr() != GC_CPU_VERSION)
WriteCentre(220,"Running on a Wii");
else
WriteCentre(220,"Running on a Gamecube");
My portable is going great after the 4 messed up cubes. I'm currently using a DOL-CPU-01 boardinfact wrote:Hi Hugo_Peters, how's your portable going?
I attached the iso file, will make a short tutorial when I got some.