Skip to content

IOEvent Constructors

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

public IOEvent(ushort port, Byte value);

View source

Parameters

Name Type Description
port UInt16 The I/O port address.
value Byte The value read from or written to the port.