Z80SteppableTestHarness.StepUntil Method
Definition
Executes CPU steps until the specified number of T-states are reached.
public void StepUntil(ulong tStates);
Parameters
| Name | Type | Description |
|---|---|---|
| tStates | UInt64 | The target T-states to reach. |
Executes CPU steps until the specified number of T-states are reached.
public void StepUntil(ulong tStates);
| Name | Type | Description |
|---|---|---|
| tStates | UInt64 | The target T-states to reach. |