Skip to content

IZ80BusHandler.OnActionRequired Method

Definition

Performs the external bus action required for the current CPU cycle.

public abstract void OnActionRequired(ActionRequired actionRequired, ushort address, Byte data);

Parameters

Name Type Description
actionRequired ActionRequired The action the host must perform.
address UInt16 The address on the external bus.
data Byte The data on the external bus for write actions; ignored for reads.