https://github.com/expandingman/sim6502.jl
A simulator of the venerable MOS 6502 microprocessor written in pure Julia.
https://github.com/expandingman/sim6502.jl
Last synced: 6 months ago
JSON representation
A simulator of the venerable MOS 6502 microprocessor written in pure Julia.
- Host: GitHub
- URL: https://github.com/expandingman/sim6502.jl
- Owner: ExpandingMan
- License: other
- Created: 2017-05-05T22:04:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-02-08T17:01:25.000Z (over 6 years ago)
- Last Synced: 2025-01-21T10:07:54.404Z (over 1 year ago)
- Language: Julia
- Homepage:
- Size: 40 KB
- Stars: 4
- Watchers: 5
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Sim6502
[](https://travis-ci.org/ExpandingMan/Sim6502.jl)
[](https://coveralls.io/github/ExpandingMan/Sim6502.jl?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 program simulates the full internal state of the 6502. It is, therefore, less performant than programs which are designed specifically for fast
emulations.
- I don't intend to place a big emphasis on fidelity. This might change if I get an NES emulator going and games prove too buggy.
- Currently I'm making no effort to make this simulation generic. It is designed only for the 6502.