This is the final release of yaosm 3.2. (these are the exact same hex files as rc3. So no need to reflash if you allready have rc3.)
This release is NOT a DVD upgrade. It needs to be flashed to the chip.
All 3.x versions are 100% backward compatible when it comes to DVD upgrades. You'll find the latest configuration and upgrade discs here: yaosm configuration and upgrade discs
Quickstart
1. Reprogram chip with new hex.
2. Use an non-import disc first after programming to autoconfigure the chip for your region.
3. Use the config disc to customize your settings (no GC controller required, try the resetbutton and you'll figure it out).
Changes from yaosm 3.0/3.1
- Improved disc detection.
- Fixed PIC code so that it cannot corrupt the region byte. (No, really, this time it IS fixed)
(if you have yaosm 3.0 or 3.1 then I recommend the upgrade found
here which will hard code the region and eleminating the chance of region byte corruption)
Changes from yaosm 2.0
- Better Dual Layer support. Supports SSBB on DVD+DL and DVD-DL with or without DVD-ROM booktype as long as your Wii can read the media.
- DVD upgradability. Proof of concept upgrade available on config disc.
- Config disc can now be used without a GC controller. Press resetbutton once to enter yaosm configuration program. Then hold to move the "cursor" and press quickly to change a setting.
- Recovery feature if an upgrade fails.
Configuration bytes (for those who don't want to use the config disc)
Code:
Code:
Configuration
-------------
This is an explanation of the configuration bytes:
byte 0 = Regionpatching
0x00 = JAP, 0x01 = USA, 0x02 = EUR, 0x03 = disabled, 0xFF = auto (default)
byte 1 = Default speed setting (only affects Wii backups)
0x00 = slow speed (Gamecube speed)
0x01 = medium speed (Somewhere in between)
0xFF = fast speed (Wii speed) (default)
byte 2 = Alternate speed setting (only affects Wii backups)
0x00 = slow speed (Gamecube speed)
0x01 = medium speed (Somewhere in between)
0xFF = fast speed (Wii speed) (default)
byte 3 = Chip disable feature (you may want to disable this if you have a LED connected to pin3)
0x00 = Disable the chip disable feature (no weak pull-up on pin3)
0xFF = Enable the chip disable feature (this is the default)
byte 4 = Not used (autoboot if chip is upgraded with config disc)
byte 5 = Audiofix on/off
0x00 = Disable the Gamecube audiofix (always off)
0x01 = Disable audiofix by default (when powering up the Wii) and enable it by inserting a Wii disc before running your GC backup.
0x02 = Enable audiofix by default (when powering up the Wii) and disable it by inserting a Wii disc before running your GC backup.
0xFF = Enable the Gamecube audiofix (always on)(default)
byte 6 = reserved and used by recovery procedure in case of a bad upgrade. Do NOT change this manually.
byte 7 = Always 0xFF, do not change.
byte 8 and higher = reserved for upgrade patch data
Have fun!