class Memory
- Memory
- Reference
- Object
Defined in:
memory.crConstructors
Instance Method Summary
- #createCartridge(dir) : Cartridge
- #get_if
- #ie : UInt8
- #ie=(ie : UInt8)
- #interrupt_requests=(val)
- #joypadIRQRequest : Bool
- #joypadIRQRequest=(joypadIRQRequest : Bool)
- #ppu : PPU
- #ppu=(ppu : PPU)
- #readByte(addr) : UInt8
- #readWord(addr : UInt16) : UInt16
- #serialIRQRequest : Bool
- #serialIRQRequest=(serialIRQRequest : Bool)
- #timers : Timers
- #timers=(timers : Timers)
- #writeByte(addr : UInt16, value : UInt8)
- #writeWord(addr : UInt16, val : UInt16)