class Ppu

Defined in:

nes/ppu.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(bus : PpuBus, interrupts : Interrupts) #

[View source]

Instance Method Detail

def read(addr : Word) : Byte #

[View source]
def run(cycle : Int32) : RenderingData | Nil #

[View source]
def write(addr : Word, data : Byte) #

[View source]