Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 986 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 986 Bytes

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.