Joybus Protocol: Difference between revisions

Added pseudocode explaination of the address checksum
(Expanded checksum information)
(Added pseudocode explaination of the address checksum)
Line 115:
|}
If the resulting checksum matches the one provided by the console, the address is valid.
 
''The process as pseudocode:''{{refn|name=pseudoAddress|joeldipops (2020). [https://github.com/joeldipops/TransferBoy/blob/master/docs/TransferPakReference.md#memory-addresses-and-checksum Nintendo 64 Accessory Reference].}}
<pre>
for bits 15 -> 5
if the bit is set
xor the checksum with the corresponding value in the above table
</pre>
 
==References==