1
0
mirror of https://github.com/mre/mos6502.git synced 2024-06-25 22:29:35 +00:00
MOS 6502 emulator written in Rust
Go to file
Noppadet Vivatchotikul a9697e6b79 remove warning
2018-10-25 22:07:16 +07:00
notes add org files 2014-10-07 23:51:30 -04:00
src remove warning 2018-10-25 22:07:16 +07:00
.gitattributes Add GitHub default client .gitattributes. 2014-09-25 21:16:46 -04:00
.gitignore Remove redundant entry in .gitignore. 2014-09-28 18:11:34 -04:00
.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 Add copyright, authorship, and license information 2014-09-26 02:26:26 -04:00
LICENSE Add copyright, authorship, and license information 2014-09-26 02:26:26 -04:00
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.