Documentation
¶
Index ¶
Constants ¶
View Source
const ( // VRAMSize is 96KB VRAMSize = 96 * 1024 // OAMSize is 1KB OAMSize = 1 * 1024 // PaletteRAMSize is 1KB PaletteRAMSize = 1 * 1024 NumPixels = 240 * 160 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PPU ¶
func (*PPU) ClearFrameReady ¶
func (p *PPU) ClearFrameReady()
func (*PPU) FrameBuffer ¶
func (*PPU) FrameReady ¶
Click to show internal directories.
Click to hide internal directories.