Joybus Protocol: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
m (Bigbass moved page Joybus protocol to Joybus Protocol: Capitalizing "Protocol". It is used as part of a name.)
(Added details about the protocol's operation and started a list of all known and unknown commands.)
Line 1: Line 1:
The '''Joybus protocol''' is a proprietary serial protocol by which the Nintendo 64 [[PIF]] (and GameCube) communicates with controllers, controller accessories (Memory Pak, Rumble Pak, etc.), keyboards, mice, and other devices plugged into one of the four console controller ports.
The '''Joybus protocol''' is a proprietary serial protocol by which the N64's [[Peripheral Interface]] (as well as the GameCube and Game Boy Advance) communicates with controllers, controller accessories (Memory Pak, Rumble Pak, etc.), keyboards, mice, game cartridges, and other devices plugged into the console.


== Operation ==
https://sites.google.com/site/consoleprotocols/home/nintendo-joy-bus-documentation
The protocol utilizes four types of bits: Zero, One, the Console Stop Bit, and the Controller Stop Bit. Zero, One, and the Controller Stop Bits are 4μs long, while the Console Stop Bit is 3μs. Communication is always initiated by the console, by sending an 8 bit (one byte) command to the device plugged in (not necessarily always a standard controller). A Console Stop Bit will usually follow after this command byte unless there is more data.

The controller or device will read this command and any extra data, and then respond appropriately. For example, when the console wishes to write to a Controller Pak, it will send 0x03, followed by a 2 byte address, 32 bytes of data, and then the stop bit.

== Command List ==
Because all commands are exactly 8 bits long, there can be a total of 256 commands. However, only about 16 are known for the N64, and a few more for GameCube and Game Boy Advance. Games also have the ability to define custom commands with or without extra data, but official controllers or devices will not understand them.

{| class="wikitable"
! Command
! Description
! Console
! Devices
! Tx Bytes
! Rx Bytes
{{ProtocolTableRow| 0xFF | Reset & Info | N64, GC, GBA | All | 1 | 3 }}
{{ProtocolTableRow| 0x00 | Info | N64, GC, GBA | All | 1 | 3 }}
{{ProtocolTableRow| 0x01 | Controller State | N64 | Controller, Mouse | 1 | 4 }}
{{ProtocolTableRow| 0x02 | Read Controller Accessory | N64 | Transfer, Controller, Bio Sensor, and Rumble Paks | 3 | 32 }}
{{ProtocolTableRow| 0x03 | Write Controller Accessory | N64 | Transfer, Controller, Bio Sensor, and Rumble Paks | 35 | 0 }}
{{ProtocolTableRow| 0x04 | Read EEPROM | N64 | Cartridge | ? | ? }}
{{ProtocolTableRow| 0x05 | Write EEPROM | N64 | Cartridge | ? | ? }}
{{ProtocolTableRow| 0x06 | Read RTC{{sup|†}} Status | N64 | 64DD, Animal Forest | ? | ? }}
{{ProtocolTableRow| 0x07 | Read RTC{{sup|†}} Block | N64 | 64DD, Animal Forest | ? | ? }}
{{ProtocolTableRow| 0x08 | Write RTC{{sup|†}} Block | N64 | 64DD, Animal Forest | ? | ? }}
{{ProtocolTableRow| 0x09-0x0D | Unknown | N64 | [[Voice Recognition Unit|VRU]] | ? | ? }}
{{ProtocolTableRow| 0x0E | Reserved | | | ? | ? }}
{{ProtocolTableRow| 0x0F | Unknown | | | ? | ? }}
{{ProtocolTableRow| 0x10 | Reserved | | | ? | ? }}
{{ProtocolTableRow| 0x11 | Reserved | | | ? | ? }}
{{ProtocolTableRow| 0x12 | Reserved | | | ? | ? }}
{{ProtocolTableRow| 0x13 | Read Keypress | N64 | Randnet Keyboard | 2 | 7 }}
|}
<small>'''''{{sup|†}}''' Real Time Clock''</small>

== Additional Command Details ==
==== 0xFF - Reset / Info ====
==== 0x00 - Info ====
==== 0x01 - Controller State ====
==== 0x02 - Read Controller Accessory ====
==== 0x03 - Write Controller Accessory ====