MrKWatkins.EmulatorTestSuites 0.1.9 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 CPU steps until the specified number of T-states are reached.

Step()

Executes a single step of the CPU.

Last modified: 13 July 2025