Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
nes.cr
main
Top Level Namespace
Byte
Cpu
CpuBus
CpuRegister
Emu
Interrupts
Palette
PaletteRam
Ppu
PpuBus
Ram
Renderer
RenderingData
Rom
Sprite
SpriteWithAttribute
Tile
Word
Built with Crystal 1.9.2
2023-10-07 16:29:55 UTC
class
Cpu
Cpu
Reference
Object
Defined in:
nes/cpu.cr
Constructors
.new
(bus : CpuBus)
Instance Method Summary
#reset
#run
: Int32
Constructor Detail
def self.
new
(bus :
CpuBus
)
#
[
View source
]
Instance Method Detail
def
reset
#
[
View source
]
def
run
: Int32
#
[
View source
]