class PpuBus

Defined in:

nes/ppu_bus.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(character_ram : Ram) #

[View source]

Instance Method Detail

def read_by_ppu(addr : Word) : Byte #

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

[View source]