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
2017-11-13 23:34:31 +01:00
notes add org files 2014-10-07 23:51:30 -04:00
src Rename machine to cpu and the crate to mos6502 2017-11-13 23:34:31 +01:00
.gitattributes
.gitignore
AUTHORS.txt Fix compilation with latest rustc 2017-08-08 23:24:41 +02:00
Cargo.toml Rename machine to cpu and the crate to mos6502 2017-11-13 23:34:31 +01:00
COPYRIGHT
LICENSE
README.md Update README 2017-10-08 17:31:20 +02:00

6502

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 should build with the latest Rust.