Skip to content

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

License

Notifications You must be signed in to change notification settings

ExpandingMan/Sim6502.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages