MrKWatkins.EmulatorTestSuites 0.1.9 Help

Z80SteppableTestHarness.Step Method

Overloads

Name

Description

Step(UInt64)

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

Step()

Executes a single step of the CPU.

Step(UInt64)

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

public void Step(ulong tStates);

Parameters

Name

Type

Description

tStates

UInt64

The target T-states to reach.

Step()

Executes a single step of the CPU.

public abstract void Step();
Last modified: 13 July 2025