EmulatorApplication

Undocumented in source.

Constructors

this
this(uvec2 windowSize, string caption)
Undocumented in source.

Members

Functions

attachDevices
void attachDevices()
Undocumented in source. Be warned that the author may not have intended to support it.
closePressed
void closePressed()
Undocumented in source. Be warned that the author may not have intended to support it.
disassembleMemory
void disassembleMemory()
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
loadBinary
ushort[] loadBinary(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
pause
void pause()
Undocumented in source. Be warned that the author may not have intended to support it.
printRegisters
void printRegisters()
Undocumented in source. Be warned that the author may not have intended to support it.
reset
bool reset(Widget widget, PointerClickEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
runBackward
void runBackward()
Undocumented in source. Be warned that the author may not have intended to support it.
runForward
void runForward()
Undocumented in source. Be warned that the author may not have intended to support it.
setCpuClockSpeed
void setCpuClockSpeed(uint clockSpeed)
Undocumented in source. Be warned that the author may not have intended to support it.
step
void step(long numFrames)
Undocumented in source. Be warned that the author may not have intended to support it.
swapFileEndian
void swapFileEndian(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(double dt)
Undocumented in source. Be warned that the author may not have intended to support it.
updateMemoryView
void updateMemoryView()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

clock
GenericClock!Dcpu clock;
Undocumented in source.
emulator
Emulator!Dcpu emulator;
Undocumented in source.
file
string file;
Undocumented in source.
floppyDrive
FloppyDrive!Dcpu floppyDrive;
Undocumented in source.
isRunningForward
bool isRunningForward;
Undocumented in source.
keyboard
GenericKeyboard!Dcpu keyboard;
Undocumented in source.
memAnalyzer
MemoryAnalyzer!Dcpu memAnalyzer;
Undocumented in source.
memoryView
MemoryView!Dcpu memoryView;
Undocumented in source.
monitor
Lem1802!Dcpu monitor;
Undocumented in source.
registerView
Widget registerView;
Undocumented in source.

Meta