/LiteCPU

A simple 6502 emulator

Primary LanguageC++Mozilla Public License 2.0MPL-2.0

LiteCPU

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.

Dependencies

This code needs the following libraries to be built (integrated as submodules on contrib directory):

License

All code is licensed under the MPLv2 License.