Dcpu

Undocumented in source.

Members

Functions

attachDevice
ushort attachDevice(IDevice!Dcpu device)
Undocumented in source. Be warned that the author may not have intended to support it.
numDevices
ushort numDevices()
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

clockSpeed
uint clockSpeed;
Undocumented in source.
devices
IDevice!Dcpu[ushort] devices;
Undocumented in source.
imageSize
size_t imageSize;
Undocumented in source.
intQueue
RingBuffer!(ushort, 256) intQueue;
Undocumented in source.
isBurning
bool isBurning;
Undocumented in source.
isRunning
bool isRunning;
Undocumented in source.
mem
UndoableStruct!(DcpuMemory, ushort) mem;
Undocumented in source.
regs
UndoableStruct!(DcpuRegisters, ushort) regs;
Undocumented in source.
updateQueue
UpdateQueue!Dcpu* updateQueue;
Undocumented in source.

Meta