Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 559 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 559 Bytes

nes-demos

Repo for many nes development projects and learning exercizes.

Building and Playing stuff

The top level makefile does the heavy lifting of building for you. For a given project in src invokde make build-PROJ to build PROJ. To play, do make play-PROJ. You can set your emualtor of choice for the play option by adding EMU=emulator to the invocation.

Credits

A lot of my learning has come from the work by Damian Yerrick. This is still a work in progress, so I will be updating attribution as I go