From 5953d15e8ae15359b681a7721af41a46c54e60be Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 6 Oct 2014 03:27:38 -0400 Subject: add readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..305d5b0 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +This is a skeleton project for building NES roms using WLA-DX. You should be +able to set the project name in the Makefile, add your code to main.s, and +then build using `make`. If you have fceux installed, `make run` will build +the project and then load the rom into fceux for testing. I've tried to +document as much as possible in comments, but feedback is very much welcome +about things that are unclear. -- cgit v1.2.3-54-g00ecf