M6502SteppableTestHarness.Step Method
Definition
Executes a single CPU step.
public abstract bool Step();
Returns
true if the step was an opcode fetch, false otherwise.
Executes a single CPU step.
public abstract bool Step();
true if the step was an opcode fetch, false otherwise.