Skip to content

Z80SteppableTestHarness.StepUntil Method

Definition

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

public void StepUntil(ulong tStates);

View source

Parameters

Name Type Description
tStates UInt64 The target T-states to reach.