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
Unrom
Unrom
Mapper
Reference
Object
Defined in:
mappers/unrom.cr
Constructors
.new
(rom : Rom)
Instance Method Summary
#read
(address)
#write
(address, value)
Instance methods inherited from class
Mapper
read(address)
read
,
write(address, value)
write
Constructor Detail
def self.
new
(rom :
Rom
)
#
[
View source
]
Instance Method Detail
def
read
(address)
#
[
View source
]
def
write
(address, value)
#
[
View source
]