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
CpuMemory
CpuMemory
Reference
Object
Defined in:
cpu_memory.cr
Constructors
.new
(mapper : Mapper, ppu : Ppu, control_pad : ControlPad)
Instance Method Summary
#read
(address)
#read2
(address)
#read2_with_bug
(address)
#write
(address, value)
Constructor Detail
def self.
new
(mapper :
Mapper
, ppu :
Ppu
, control_pad :
ControlPad
)
#
[
View source
]
Instance Method Detail
def
read
(address)
#
[
View source
]
def
read2
(address)
#
[
View source
]
def
read2_with_bug
(address)
#
[
View source
]
def
write
(address, value)
#
[
View source
]