C# Class DCPU16_ASM.Emulator.cpuDoubleBuffer

DCPU buffer. A copy of dcpu data currently running in the dcpu thread. updated every 16ms if needed.
Afficher le fichier Open project: densitynz/DCPU-16-ASM.NET Class Usage Examples

Méthodes publiques

Свойство Type Description
CycleCount long
KeyIndex int
Memory cpuMemory
Registers cpuRegisters

Property Details

CycleCount public_oe property

Cyclce counter
public long CycleCount
Résultat long

KeyIndex public_oe property

Keyboard cylinder index
public int KeyIndex
Résultat int

Memory public_oe property

DCPU memory
public cpuMemory,DCPU16_ASM.Emulator Memory
Résultat cpuMemory

Registers public_oe property

DCPU Registers
public cpuRegisters,DCPU16_ASM.Emulator Registers
Résultat cpuRegisters