Crate nes6502

Source

Structs§

Cpu
Emulates an NES version of the 6502.
CpuState
The state of the CPU. The ram field is the non-zero memory locations in [address, value].

Constants§

IRQ_BRK_VECTOR_ADDRESS
NMI_VECTOR_ADDRESS
RESET_VECTOR_ADDRESS
STACK_POINTER_STARTING_VALUE

Traits§

Interrupts
The CPU Interrupts represented as a trait to allow for shared data flexibility when writing a full emulator.
Mapper
The Cpu Memory Mapper represented as a trait to allow for shared data flexibility when writing a full emulator.