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
| Name | Description |
|---|---|
| Z80SteppableTestHarness() |
Methods
| Name | Description |
|---|---|
| Step(UInt64) | Executes the specified number of CPU steps. |
| Step() | Executes a single step of the CPU. |
| StepUntil(UInt64) | Executes CPU steps until the specified number of T-states are reached. |