CycleType Enum
Definition
Represents the type of memory or I/O operation cycle performed by the Z80 during emulation.
public enum CycleType
Fields
Name | Description |
---|---|
Represents an I/O port read operation. | |
Represents an I/O port write operation. | |
Represents a memory read operation. | |
Represents a memory write operation. | |
Represents no operation. |
Last modified: 13 July 2025