A simple 6502 emulator based on Ben Eater 6502 computer project.
The aim of this project is to be able to run Ben Eater binaries on a simple emulator.
This does not aims to be a perfect emulator for a 6502 CPU (and I do not expect to support all OPCODES) from it.
This code needs the following libraries to be built (integrated as submodules on contrib directory):
All code is licensed under the MPLv2 License.