MrKWatkins.EmulatorTestSuites 0.1.9 Help

NullIO.Write Method

Definition

Writes a byte to the specified I/O port. This implementation ignores the write operation.

public void Write(ushort port, Byte value);

Parameters

Name

Type

Description

port

UInt16

The port address to write to.

value

Byte

The value to write.

Last modified: 13 July 2025