MemoryBus

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(void[] bios, GamePakData gamePakData)
Undocumented in source.

Members

Functions

get
T get(uint address)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(uint address, T value)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

bios
Bios* bios [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
biosReadFallback
int delegate(uint) biosReadFallback [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
biosReadGuard
bool delegate(uint) biosReadGuard [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
boardWRAM
BoardWram* boardWRAM [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
chipWRAM
ChipWram* chipWRAM [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
gamePak
GamePak* gamePak [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ioRegisters
IoRegisters* ioRegisters [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
oam
Oam* oam [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
palette
Palette* palette [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
unusedMemory
int delegate(uint) unusedMemory [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
vram
Vram* vram [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta