Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
nes-cr
master
Bool
Cnrom
Color
ControlPad
Button
Cpu
CpuMemory
CpuRam
Instruction
Mapper
Nes
Nrom
Ppu
PpuMemory
Rom
Unrom
VRam
Built with Crystal 1.9.2
2023-10-08 07:13:48 UTC
class
PpuMemory
PpuMemory
Reference
Object
Defined in:
ppu_memory.cr
Constructors
.new
(rom : Rom, ppu : Ppu, mapper : Mapper)
Instance Method Summary
#read
(address : UInt16)
#write
(address : UInt16, value : UInt8)
Constructor Detail
def self.
new
(rom :
Rom
, ppu :
Ppu
, mapper :
Mapper
)
#
[
View source
]
Instance Method Detail
def
read
(address : UInt16)
#
[
View source
]
def
write
(address : UInt16, value : UInt8)
#
[
View source
]