Skip to content

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.
None Represents no operation.