Z80SteppableTestHarness.Step Method
Overloads
Name | Description |
---|---|
Executes CPU steps until the specified number of T-states are reached. | |
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 | The target T-states to reach. |
Step()
Executes a single step of the CPU.
public abstract void Step();
Last modified: 13 July 2025