devkitPro / wut

Let's try to make a Wii U Toolchain / SDK for creating rpx/rpl.
zlib License
236 stars 52 forks source link

More DRX definitions #385

Closed team-orangeBlue closed 3 months ago

team-orangeBlue commented 3 months ago

Changed DRH state names, notably: UNK0-> NORADIO (connected DRCs warn about poor connection and disconnect afterwards) UNK1-> WII (connected DRCs enter wii mode without input) UNK2-> [not renamed] (connected DRCs power off and when powered back on, enter wii mode) UNK3-> NODRC (connected DRCs immediately power off; this mode can only be disabled by rebooting) UNK7F-> [not renamed] (this mode is not recognized on latest DRH firmware, comment added)

DRC EEPROM now defined as data instead of being unknown. More info yet to be added. What I can say is that the DRC does not know its' own serial. Initial dumps seem to show that the size is 5E0h bytes total with a filler hex-string of "DEADBABE" at the end (when dumping as DRC0 - dumping as DRC1 shows strange results)