jsburke / nes-demos

Scratch repo for NES development

Repository from Github https://github.comjsburke/nes-demosRepository from Github https://github.comjsburke/nes-demos

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

About

Scratch repo for NES development


Languages

Language:Assembly 88.0%Language:Makefile 12.0%