Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 230 Bytes

File metadata and controls

6 lines (5 loc) · 230 Bytes

6502

This project aims to fully emulate an NES (minus an APU at the moment).

Helpful Hints for next time: time go build -o nes_out && ./nes_out ../../../roms/supermario.nes 2> output and make in the various source directories.