Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 801 Bytes

File metadata and controls

27 lines (19 loc) · 801 Bytes

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.