/Sim6502.jl

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

Primary LanguageJuliaOtherNOASSERTION

Sim6502

Build Status

Coverage Status

codecov.io

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.