C# Класс DCPU16_ASM.Emulator.cpuDoubleBuffer

DCPU buffer. A copy of dcpu data currently running in the dcpu thread. updated every 16ms if needed.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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