Z80TestHarness.WriteNextRegister Method
Definition
Records a write to a Next register. Z80N emulators should call this when they perform one. The register number is used as the port of the IOEvent.
public void WriteNextRegister(Byte register, Byte value);
Parameters
| Name | Type | Description |
|---|---|---|
register |
Byte |
The number of the Next register written to. |
value |
Byte |
The value written to it. |