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 |
|---|---|
IORead |
Represents an I/O port read operation. |
IOWrite |
Represents an I/O port write operation. |
MemoryRead |
Represents a memory read operation. |
MemoryWrite |
Represents a memory write operation. |
NextRegisterWrite |
Represents a write to a Next register. Z80N only; the Next registers are on a bus of their own rather than the I/O bus. |
None |
Represents no operation. |