In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Changes

Jump to navigation Jump to search
m
Correct bit rotation direction. Right rotation is used to find the new block number from the original one
Line 120: Line 120:  
In mode 0, no translation is applied. This mode is normally used in WiiU mode and during boot.
 
In mode 0, no translation is applied. This mode is normally used in WiiU mode and during boot.
   −
In mode 1, the 4 least significant bits of the block number are rotated right by 3 bits.
+
In mode 1, the 4 least significant bits of the block number are rotated left by 3 bits.
   −
In mode 2, the 11 least significant bits of the block number are rotated right by 3 bits.
+
In mode 2, the 11 least significant bits of the block number are rotated left by 3 bits.
   −
In mode 3, all 17 bits of the block number are rotated right by 3 bits. This mode is normally used in vWii mode.
+
In mode 3, all 17 bits of the block number are rotated left by 3 bits. This mode is normally used in vWii mode.
    
{{regdesc
 
{{regdesc
 
|MODE|MEM1 block translation mode
 
|MODE|MEM1 block translation mode
 
}}
 
}}
53

edits

Navigation menu