C# Class DCPU16_ASM.Emulator.cpuDoubleBuffer

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

Public Properties

Property Type Description
CycleCount long
KeyIndex int
Memory cpuMemory
Registers cpuRegisters

Property Details

CycleCount public_oe property

Cyclce counter
public long CycleCount
return long

KeyIndex public_oe property

Keyboard cylinder index
public int KeyIndex
return int

Memory public_oe property

DCPU memory
public cpuMemory,DCPU16_ASM.Emulator Memory
return cpuMemory

Registers public_oe property

DCPU Registers
public cpuRegisters,DCPU16_ASM.Emulator Registers
return cpuRegisters