Skip to content

CycleType Enum

Definition

Represents the type of memory operation cycle performed by the M6502 during emulation.

public enum CycleType

Fields

Name Description
Read Represents a memory read operation.
Write Represents a memory write operation.