MemoryCycleMethod Enum
Definition
How memory cycles are represented in a Z80 emulator.
public enum MemoryCycleMethod
Fields
Name | Description |
---|---|
Memory read cycles (MREQ + RD) last for two T-States. Memory write cycles (MREQ + MW) last for one cycle, on the second cycle. (Because first is just MREQ, no MW) | |
Memory read (MREQ + RD) and write (MREQ + MW) cycles last for one T-State on the second T-State. | |
Memory read (MREQ + RD) and write (MREQ + MW) cycles last for one T-State on the first T-State. |
Last modified: 13 July 2025