Skip to content

IM6502BusHandler Interface

Definition

Handles the external bus actions requested by the M6502InstructionEmulator.

public abstract interface IM6502BusHandler

Methods

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