Struct BusDevice

Struct used for representing a final bus device on the emulator.

struct BusDevice ;

Fields

NameTypeDescription
address ushortThe address where the BusComponent is installed.
component BusComponentThe BusComponent itself.