1
0
mirror of https://github.com/mre/mos6502.git synced 2024-11-25 02:33:26 +00:00
MOS 6502 emulator written in Rust
Go to file
2018-10-25 13:29:38 -05:00
notes
src ran clippy and renamed main.rs to mos6502.rs 2018-10-25 13:29:38 -05:00
.gitattributes
.gitignore
.travis.yml Typo 2018-10-25 14:40:57 +02:00
AUTHORS.txt Fix compilation with latest rustc 2017-08-08 23:24:41 +02:00
Cargo.toml Update Cargo.toml 2017-11-13 23:47:22 +01:00
COPYRIGHT
LICENSE
README.md Update README.md 2018-10-25 15:02:27 +02:00

mos6502

Build Status

An emulator for the MOS 6502 CPU written in Rust. This started off as a fork of 6502-rs, which seems to be unmaintained at this point.

It builds with the latest stable Rust.