Milestone 11 hit very early, 2nd sprite on screen, on my way to a multisprite list that just gets iterated.

This commit is contained in:
2012-11-04 14:41:36 -05:00
parent 637764ff28
commit 38e8607572
3 changed files with 44 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
all: nesgame.nes
nesgame.nes : nesgame.S
NESASM3 $<
ophis -o $@ $<
.PHONY: test
test: