MrKWatkins.EmulatorTestSuites 0.1.9 Help

IOEvent Constructors

Represents an Input/Output event in the Z80 emulator, containing port and value information.

public IOEvent(ushort port, Byte value);

Parameters

Name

Type

Description

port

UInt16

The I/O port address.

value

Byte

The value read from or written to the port.

Last modified: 13 July 2025