C# 클래스 DCPU16_ASM.Emulator.cpuDoubleBuffer

DCPU buffer. A copy of dcpu data currently running in the dcpu thread. updated every 16ms if needed.
파일 보기 프로젝트 열기: densitynz/DCPU-16-ASM.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CycleCount long
KeyIndex int
Memory cpuMemory
Registers cpuRegisters

프로퍼티 상세

CycleCount 공개적으로 프로퍼티

Cyclce counter
public long CycleCount
리턴 long

KeyIndex 공개적으로 프로퍼티

Keyboard cylinder index
public int KeyIndex
리턴 int

Memory 공개적으로 프로퍼티

DCPU memory
public cpuMemory,DCPU16_ASM.Emulator Memory
리턴 cpuMemory

Registers 공개적으로 프로퍼티

DCPU Registers
public cpuRegisters,DCPU16_ASM.Emulator Registers
리턴 cpuRegisters