fast6502

Crates.iofast6502
lib.rsfast6502
version0.1.0
sourcesrc
created_at2023-08-15 20:31:16.934762
updated_at2023-08-15 20:31:16.934762
descriptionWIP Fast and accurate 6502 emulator.
homepage
repositoryhttps://github.com/chrjen/fast6502/
max_upload_size
id945287
size16,352
Christer Jensen (chrjen)

documentation

https://docs.rs/fast6502

README

*This project is currently in very early development.

fast6502

This project aims to provide a fast and accurate processor emulator of the 6502 which can be used to implement emulators of systems using the 6502 or otherwise run programs written for the 6502.

This project aims to be easy to use and minimal dependencies, ideally not even the standard library. It will also be provided under the same permissive dual license as the Rust project to make it easy to integrate into any project.

The hope is that one day this will be the best 6502 emulator library out there.

Commit count: 8

cargo fmt