Z80TestHarness.WriteByteToMemory Method
Definition
Writes a byte to memory. Does not take RomArea into account as this is used by tests to setup memory.
public abstract void WriteByteToMemory(ushort address, Byte value);
Parameters
| Name | Type | Description |
|---|---|---|
| address | UInt16 | |
| value | Byte |