Skip to content

Commit

Permalink
Added a few lines to the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
ExpandingMan committed May 5, 2017
1 parent 1d9d78b commit b45e439
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,12 @@
[![Coverage Status](https://coveralls.io/repos/ExpandingMan/Sim6502.jl/badge.svg?branch=master&service=github)](https://coveralls.io/github/ExpandingMan/Sim6502.jl?branch=master)

[![codecov.io](http://codecov.io/github/ExpandingMan/Sim6502.jl/coverage.svg?branch=master)](http://codecov.io/github/ExpandingMan/Sim6502.jl?branch=master)

A simulator of the venerable MOS 6502 microprocessor written in pure Julia.

A couple of things to note:

- This is a full-blown simulator of the 6502, not a performance-oriented emulation. Of course the 6502 came out in 1975 so in theory most modern systems
shouldn't have much trouble running full-blown games with this simulator (if I ever get that far). However, poor performance should not be interpretted as
poor performance of the wonderful and very performant Julia language!
- Currently I'm making no effort to make this simulation generic. It is designed only for the 6502.

0 comments on commit b45e439

Please sign in to comment.