Crate lib6502

source ·
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§

  • The bus module

Structs§

  • The emulated 6502 CPU
  • A set of flags that can be set in the status register

Enums§