Skip to content

ZXSpectrumTestHarness Class

Definition

Base class for a ZX Spectrum emulator test harness. Implement this class to use it with the test suites.

public abstract class ZXSpectrumTestHarness

View source

Constructors

Name Description
ZXSpectrumTestHarness()

Properties

Name Description
SteppableZ80 Gets the steppable Z80 CPU test harness, or null if the emulator only supports instruction-level execution.
Z80 Gets the Z80 CPU test harness used by the Spectrum emulator.

Methods

Name Description
StartFrame() Synchronises the harness to the start of a new frame.