Skip to content

IZ80BusHandler Interface

Definition

Handles the external bus actions requested by the Z80InstructionEmulator.

public abstract interface IZ80BusHandler

Methods

Name Description
OnActionRequired(ActionRequired, UInt16, Byte) Performs the external bus action required for the current CPU cycle.