An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Sim6502

[![Build Status](https://travis-ci.org/ExpandingMan/Sim6502.jl.svg?branch=master)](https://travis-ci.org/ExpandingMan/Sim6502.jl)

[![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 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.