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
abstract class
Mapper
Mapper
Reference
Object
Direct Known Subclasses
Cnrom
Nrom
Unrom
Defined in:
mapper.cr
Instance Method Summary
#read
(address)
#write
(address, value)
Instance Method Detail
abstract def
read
(address)
#
[
View source
]
abstract def
write
(address, value)
#
[
View source
]