MrKWatkins.EmulatorTestSuites 0.1.9 Help

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.

Last modified: 13 July 2025