C# Class DCPU16_ASM.Emulator.cpuDoubleBuffer

DCPU buffer. A copy of dcpu data currently running in the dcpu thread. updated every 16ms if needed.
Show file 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 property

Cyclce counter
public long CycleCount
return long

KeyIndex public property

Keyboard cylinder index
public int KeyIndex
return int

Memory public property

DCPU memory
public cpuMemory,DCPU16_ASM.Emulator Memory
return cpuMemory

Registers public property

DCPU Registers
public cpuRegisters,DCPU16_ASM.Emulator Registers
return cpuRegisters