Console

Undocumented in source.

Constructors

this
this(string path)
Undocumented in source.

Members

Functions

backgroundColor
RGBA backgroundColor()
Undocumented in source. Be warned that the author may not have intended to support it.
buffer
ImageRGBA buffer()
Undocumented in source. Be warned that the author may not have intended to support it.
loadBatteryBackedRam
void loadBatteryBackedRam(string fileName)
Undocumented in source. Be warned that the author may not have intended to support it.
loadState
void loadState(string fileName)
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.
saveBatteryBackedRam
void saveBatteryBackedRam(string fileName)
Undocumented in source. Be warned that the author may not have intended to support it.
saveState
void saveState(string fileName)
Undocumented in source. Be warned that the author may not have intended to support it.
setAudioCallback
void setAudioCallback(ApuCallbackFuncType callback)
Undocumented in source. Be warned that the author may not have intended to support it.
setAudioSampleRate
void setAudioSampleRate(double sampleRate)
Undocumented in source. Be warned that the author may not have intended to support it.
setButtons1
void setButtons1(bool[8] buttons)
Undocumented in source. Be warned that the author may not have intended to support it.
setButtons2
void setButtons2(bool[8] buttons)
Undocumented in source. Be warned that the author may not have intended to support it.
step
int step()
Undocumented in source. Be warned that the author may not have intended to support it.
stepFrame
int stepFrame()
Undocumented in source. Be warned that the author may not have intended to support it.
stepSeconds
void stepSeconds(double seconds)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

apu
APU apu;
Undocumented in source.
cartridge
Cartridge cartridge;
Undocumented in source.
controller1
Controller controller1;
Undocumented in source.
controller2
Controller controller2;
Undocumented in source.
cpu
CPU cpu;
Undocumented in source.
mapper
Mapper mapper;
Undocumented in source.
ppu
PPU ppu;
Undocumented in source.
ram
ubyte[] ram;
Undocumented in source.

Meta