Function BusComponent.write

Write data to this bus component. The address will be translated from the real address to a zero-indexed address.

abstract void write (
  ushort Address,
  ubyte Data
);