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§
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.