MrKWatkins.EmulatorTestSuites 0.2.2 Help

Z80SteppableTestHarness Class

Definition

Base class for a Z80 emulator test harness that supports single cycle stepping. Implement this class to use it with the test suites.

public abstract class Z80SteppableTestHarness : Z80TestHarness

Constructors

Methods

Name

Description

Step(UInt64)

Executes the specified number of CPU steps.

Step()

Executes a single step of the CPU.

StepUntil(UInt64)

Executes CPU steps until the specified number of T-states are reached.

Last modified: 14 December 2025