M6502InputState.Initialize Method
Definition
Sets up the M6502 test harness with the current state values.
public void Initialize(M6502TestHarness m6502);
Parameters
| Name | Type | Description |
|---|---|---|
| m6502 | M6502TestHarness | The M6502 test harness to configure. |