Milestone 5 achieved! Mario moves on the screen now in response to the arrow keys, and sets a bunch of variables in response to A/B/Select/Start.

This commit is contained in:
2012-11-11 16:02:54 -05:00
parent 0fc8b25714
commit 8c200beca4
5 changed files with 145 additions and 46 deletions

View File

@@ -6,7 +6,7 @@ MAIN_SOURCE=nesgame.S
all: nesgame.nes
nesgame.nes : $(SOURCE)
ophis -o $(MAIN_SOURCE) $<
ophis -o $@ $(MAIN_SOURCE)
.PHONY: test
test: nesgame.nes