IOEvent Struct
Definition
Represents an Input/Output event in the Z80 emulator, containing port and value information.
public sealed struct IOEvent
Constructors
| Name | Description |
|---|---|
IOEvent(UInt16, Byte) |
Represents an Input/Output event in the Z80 emulator, containing port and value information. |
Properties
| Name | Description |
|---|---|
Port |
Gets the I/O port address. |
Value |
Gets the value that was read from or written to the port. |
Methods
| Name | Description |
|---|---|
ToString() |
Returns a string representation of the I/O event in hexadecimal format. |