Display

Undocumented in source.

Constructors

this
this(IoRegisters* ioRegisters, Palette* palette, Vram* vram, Oam* oam, InterruptHandler interruptHandler, DMAs dmas)
Undocumented in source.

Members

Functions

emulate
size_t emulate(size_t cycles)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin declareFields!(short[DISPLAY_WIDTH], true, "linePixels", 0, 6)
Undocumented in source.
__anonymous
mixin declareFields!(BackgroundControl, true, "bgControl", BackgroundControl.init, 4)
Undocumented in source.
__anonymous
mixin declareFields!(BackgroundOffset, true, "bgOffset", BackgroundOffset.init, 4)
Undocumented in source.
__anonymous
mixin declareFields!(BackgroundTransform, true, "bgTransform", BackgroundTransform.init, 2)
Undocumented in source.
__anonymous
mixin declareFields!(WindowControl, true, "windowControl", WindowControl.init, 4)
Undocumented in source.
__anonymous
mixin declareFields!(WindowSize, true, "windowSize", WindowSize.init, 2)
Undocumented in source.

Properties

frameSwapper
FrameSwapper frameSwapper [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta