KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Driver for the Dreamcast's BBA (RTL8139C). More...
Topics | |
RX | |
Receive packet API for the BBA | |
Registers | |
Registers and related info for the broadband adapter | |
TX | |
Transmit packet API for the BBA | |
Files | |
file | broadband_adapter.h |
Broadband Adapter support. | |
Functions | |
void | bba_get_mac (uint8 *arr) |
Retrieve the MAC Address of the attached BBA. | |
Driver for the Dreamcast's BBA (RTL8139C).
void bba_get_mac | ( | uint8 * | arr | ) |
Retrieve the MAC Address of the attached BBA.
This function reads the MAC Address of the BBA and places it in the buffer passed in. The resulting data is undefined if no BBA is connected.
arr | The array to read the MAC into. |