Struct BusDevice
Struct used for representing a final bus device on the emulator.
struct BusDevice
;
Fields
| Name | Type | Description |
|---|---|---|
address
|
ushort | The address where the BusComponent is installed. |
component
|
BusComponent | The BusComponent itself. |