him8to / sneek

Automatically exported from code.google.com/p/sneek
0 stars 0 forks source link

NTSC games are unrecognized under r88+. #43

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Boot up the Wii with SNEEK+DI on the SD.
2. Press START on the GCN controller #1 to go to the game menu.
3. Choose a game with A, exit the menu and go to the Disc Channel.

What is the expected output? What do you see instead?
The banner of each game on the Disc Channel, of course. Instead of that,
the message "the disc can not be read" appears.

What revision are you using? With what configuration
(SNEEK/UNEEK/SNEEK+DI)?
SNEEK+DI r90, with region.bin USA and System Menu 4.2U/E (tried with both
of them, and the results are the same). American Wii.

Please provide any additional information below.
Sorry, my english sucks.

Original issue reported on code.google.com by pabloacurielz@gmail.com on 22 May 2010 at 6:50

GoogleCodeExporter commented 8 years ago
BTW, I had to go all the way back to r80...

Original comment by pabloacurielz@gmail.com on 22 May 2010 at 7:01

GoogleCodeExporter commented 8 years ago
I have the same problem with the r88, r89 and r90.

Original comment by ejoramas...@gmail.com on 22 May 2010 at 7:05

GoogleCodeExporter commented 8 years ago
I was able to get USA games working by making a small change to the code.  It 
looks
like the defaults for a newly created diconfig.bin are for EUR (Region 2).  Edit
di/main.c and change "DICfg->Region = EUR" to "DICfg->Region = USA" then 
compile the
changes.  Make sure you delete your existing diconfig.bin from the sneek folder 
on
your usb drive.

I don't claim to know the code that well, but I hope this helps.

Original comment by reehmi...@gmail.com on 23 May 2010 at 3:28

GoogleCodeExporter commented 8 years ago
See changelog

Original comment by urt...@gmail.com on 23 May 2010 at 9:57

GoogleCodeExporter commented 8 years ago
Ok, thanks :)

Original comment by ejoramas...@gmail.com on 23 May 2010 at 3:53