KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
Broadband Adapter

Driver for the Dreamcast's BBA (RTL8139C). More...

Modules

 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.
 

Detailed Description

Driver for the Dreamcast's BBA (RTL8139C).

Function Documentation

◆ bba_get_mac()

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.

Parameters
arrThe array to read the MAC into.