Page 29 of 32

Re: Swiss 0.1

Posted: Sat Nov 05, 2011 3:34 pm
by Hucklebuck
what does the usb-load.dol do?

Re: Swiss 0.1

Posted: Sat Nov 05, 2011 4:14 pm
by Nukatha
I would assume that usb-load allows the 'Cube to load from a custom-built USB port, connected to one of the ports on the bottom of the Gamecube.

Re: Swiss 0.1

Posted: Sat Nov 05, 2011 6:05 pm
by infact
more likely to be used with an usbgecko...

Re: Swiss 0.1

Posted: Sun Nov 06, 2011 12:41 am
by emu_kidid
usb-load is what I use to load .dol files to my gamecube via usbgecko

Re: Swiss 0.1

Posted: Sun Nov 06, 2011 10:16 am
by panmusic
Emu_kidid,is everything going in schedule for the weekend release?

Also,can you comment to us about the Wind Waker and Luigi's Mansion status?

Thanks in advance! :-)

Re: Swiss 0.1

Posted: Sun Nov 06, 2011 1:09 pm
by emu_kidid
panmusic, unfortunately I've been dealing with real life this weekend. Got some progress done, but just not enough for a solid release..

I need to implement & test a few things regarding file copying that might corrupt devices as well as implement some things in the info section.. also debugging Zelda WW & Luigis Mansion issues since I want to get those out of the way too.

I estimate a couple more nights working on it before a solid release is made, but for now, you can have a compiled r69 DOL to keep you busy.

Re: Swiss 0.1

Posted: Sun Nov 06, 2011 3:05 pm
by panmusic
Excellent work Emu_kidid!!!!!

I have tested it already and I am amazed.Forcing 480p actually works this time and for the most games.Only some third-party games that run normally in 50hz are not compatible (PoP games,Skies of Arkadia,Beyond Good and Evil) but every other game I tried runs flawlessly,even some Nintendo games like Wave Race BS that support only 50hz.Only 2 Nintendo games I tried have some tiny issues with 480p and these are Super Mario Sunshine and Wario World. Both of them have a size screen issue and I mean that in SMS the screen is lower than normal and in WW the screen is far left.Weird...

I have not words to thank you enough! :-)

Re: Swiss 0.1

Posted: Sun Nov 06, 2011 4:07 pm
by Rage518
What problems have other people had with Wind Waker? I've been playing it for over 6 hrs with loading it from SD Media Launcher with no problems. The only "issues" are heavy loading scenes like when an island comes into close view when sailing and it stutters for a second or two, or when going in and out of loading scenes between areas the sound stutters for a second. Other than that the game has been running great, I'm using revision 62 of swiss and the game and my cube are NTSC.

Re: Swiss 0.1

Posted: Sun Nov 06, 2011 4:34 pm
by panmusic
Rage518 wrote:What problems have other people had with Wind Waker? I've been playing it for over 6 hrs with loading it from SD Media Launcher with no problems. The only "issues" are heavy loading scenes like when an island comes into close view when sailing and it stutters for a second or two, or when going in and out of loading scenes between areas the sound stutters for a second. Other than that the game has been running great, I'm using revision 62 of swiss and the game and my cube are NTSC.
Try to open the map inside a dungeon.Instant freeze always. ;)

Re: Swiss 0.1

Posted: Sun Nov 06, 2011 4:38 pm
by infact
Rage518, it only freezes when played on a wii.

Re: Swiss 0.1

Posted: Sun Nov 06, 2011 8:03 pm
by Nukatha
I am pleased to announce that PSOload boots this guy perfectly!

Re: Swiss 0.1

Posted: Sun Nov 06, 2011 9:59 pm
by emu_kidid
Good to hear it's going good so far - I'm still working on 480p cause I've noticed a few games that don't support it yet too.

Re: Swiss 0.1

Posted: Tue Nov 08, 2011 2:34 am
by roubagalinhas
emu_kidid wrote:Good to hear it's going good so far - I'm still working on 480p cause I've noticed a few games that don't support it yet too.
i guess some never will, like those who dont support progressive scan on their NTSC counterpart, right?

finally i got my sd gecko off my wii :mrgreen:
it was really stuck and i thought i was going to break something

Re: Swiss 0.1

Posted: Tue Nov 08, 2011 2:59 am
by emu_kidid
games that don't support 480p in NTSC can still have it forced - got a NTSC game that doesn't support 480p?

Re: Swiss 0.1

Posted: Thu Nov 10, 2011 4:12 am
by roubagalinhas
well, the only times i tried forcing 480p i think i was using PAL games (cant remember the titles), and the only thing i remember is that it didn't work

from there on i never used that option again, as all the titles i've played support native progressive scan

Re: Swiss 0.1

Posted: Fri Nov 11, 2011 3:08 am
by Paul.str
Probably a dumb question, but in what language is Swiss written?

I have no experience with code, so I can't even tell by looking at the google repo.
I am just curious.

Re: Swiss 0.1

Posted: Fri Nov 11, 2011 3:30 am
by emu_kidid
It's written in C with some of the fancy stuff like the SD/IDE-EXI reading code that's used in-game being written in Assembly.

Re: Swiss 0.1

Posted: Thu Nov 17, 2011 5:34 pm
by WiiPower
Hi emu_kidid, good to see that you were busy, good work. I'd like to steal the 480p code for NeoGamma, but i can't use it because i only have 20 bytes of memory left. Is there any chance to use the code, but without needing additional memory? I see that the game is patched to jump to the function in memory, is that function still executed? Or does the blr at the end means the patch function is just put in between? If the function is replaced, is it bigger or smaller than the replacement? Ok, i guess if it was that easy and clean(in my eyes...), you'd have done it already...

Do you have any advice for me? Right now i'm considering to search some unused memory between 0x80001000 and 0x80001800.
panmusic wrote:
Rage518 wrote:What problems have other people had with Wind Waker? I've been playing it for over 6 hrs with loading it from SD Media Launcher with no problems. The only "issues" are heavy loading scenes like when an island comes into close view when sailing and it stutters for a second or two, or when going in and out of loading scenes between areas the sound stutters for a second. Other than that the game has been running great, I'm using revision 62 of swiss and the game and my cube are NTSC.
Try to open the map inside a dungeon.Instant freeze always. ;)
This only happens on a Wii, and it looks like it's due to some GPU change from gamecube to Wii. Swiss contains a patch that should fix this issue, but i guess it's not applied, or the regions are switched or something. If i could compile Swiss, i think i could fix it in a few minutes.

Re: Swiss 0.1

Posted: Thu Nov 17, 2011 10:02 pm
by emu_kidid
WiiPower, you could stick that code anywhere and branch to it, perhaps over a few of the unused video timings, or over some useless UART function/etc. I was going to write my own way to do it but this way just works so I left it as-is. I do need to try a few other games which don't want to force such as 007 Nightfire (but I wasn't sure if it was cause it reloaded other DOL's).

Re: Swiss 0.1

Posted: Fri Nov 18, 2011 7:12 am
by WiiPower
emu_kidid wrote:WiiPower, you could stick that code anywhere and branch to it, perhaps over a few of the unused video timings, or over some useless UART function/etc. I was going to write my own way to do it but this way just works so I left it as-is. I do need to try a few other games which don't want to force such as 007 Nightfire (but I wasn't sure if it was cause it reloaded other DOL's).
I think all the 007 games reload some .dol or .elf, so if you didn't add the 480p patch into the prepatcher, that's most likely the reason why it does not work. Hmm, now that i think about it, i want a solution that survives reload processes, which means i need tons of free memory.

Re: Swiss 0.1

Posted: Sat Nov 26, 2011 7:00 am
by tonyXS
hey hey guys, i only want to say "thanks" Emu kid and for your effort i am thankful with you , always do your best man n_n, i speak spanish and is some difficult to writte in olther lengue , sorry if i writte bad or something like that

Re: Swiss 0.1

Posted: Sat Nov 26, 2011 7:10 pm
by Rage518
Thanks for answering my question about wind waker on wii guys

Re: Swiss 0.1

Posted: Sat Nov 26, 2011 10:52 pm
by roubagalinhas
i've completed the game without using the dungeon map :lol:
if i'm not mistaken i only missed two treasure chests

Re: Swiss 0.1

Posted: Sat Dec 03, 2011 6:09 pm
by sakamoto
booting emulators from tantric with swiss doesnt work 100%. emulators boot fine with sdload without memory issues. with swiss, emulotors work but gameplay is always choppy?

i tried it with latest version available for viper (r62) on this forum and latest version available on googlecode (r83)... same results

Re: Swiss 0.1

Posted: Sun Dec 04, 2011 11:47 am
by emu_kidid
Yes I've noticed there's also no audio from the later versions of the emulator, I need to look into it.. sounds like I'm not de-initializing something properly.