Expand description
A 6502 emulator library written in Rust.
Aims to provide a simple, easy-to-use interface for emulating the 6502 CPU. The CPU connects to a bus, and your emulator can define any number of devices on the bus. The CPU can then read and write to these devices.
Modules§
- bus
- The bus module
Structs§
- Cpu
- The emulated 6502 CPU
- Status
Flags - A set of flags that can be set in the status register
Enums§
- Variant
- CPU variants