yaosm 3.0 release 2 and DVD upgrade with fix for those with yaosm 3.0 final and corrupted-region-config problem here: http://wiinewz.com/forums/yaosm/6780...al-thread.html
I've attached the updated yaosm 3.0 release 2 beta 3 to this post: http://wiinewz.com/forums/524260-post20.html. It should take care of this problem for all chip types.
I'm also preparing an DVD upgrade that will hardcode your region into the drivecode so that it no longer cares what the eeprom says. That should take care of the problem for everyone with 3.0 final who doesn't can or want to reflash their chips.
And a totally unrelated note... if you can't get the 16F628 hex to for on a 16F628 (non-A) chip, try the 16F627 hex.
Important update... new hex files will be released soon. It seems like the regionbyte in the eeprom can sometimes be reset to 0x00 (JAP). I'm not sure why it happens but I've made changes should prevent it from happening. I've seen it happen on two different Wii's. One here in the forums and one of my friends experienced the same thing. Both Wii's are DMS, not sure if that matters. It is either the disaster recovery function that causes this to happen or the automatic region detection. Actually it shouldn't happen at all, but I've seen the proofs so I know it does. It should propably not affect JAP users since they use 0x00 as regionbyte anyway.
No DVD upgrade for this. It's the PIC code, not the drivecode. Only the drivecode can be changed with DVD-upgrades.
For the most common chips there are hexfiles in this thread: strange DMS + yaosm 3.0 issue
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 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
About the proof-of-concept upgrade
The config disc contains a proof-of-concept upgrade. This upgrade adds autoboot feature for Wii backups. This feature can be turned on or off (off is the default) with the config disc. Keep in mind that the autoboot isn't an official yaosm feature because it has a couple of issues:
- Doesn't work on originals.
- Doesn't work on GC.
- Wii normally hangs if you use the home button and chooses to exit to "Wii menu".
- Doesn't work with SSBB backups.
It exists only to show that the DVD upgrade works and that's all.
Have fun!