Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/nes-input-test.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--input_test.asm (renamed from controller.asm)0
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cfff82f..a20d32e 100644
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,8 @@ NESASM=tools/NESASM.EXE
EMU=fceux
TILER=tools/NesTiler.exe
TEXT_CONVERTER=tools/TextConverter.exe
-SOURCE=controller.asm
-EXECUTABLE=controller.nes
+SOURCE=input_test.asm
+EXECUTABLE=input_test.nes
BG_IMAGE=bg.png
BITS_IMAGE=bits.png
diff --git a/controller.asm b/input_test.asm
index de05380..de05380 100644
--- a/controller.asm
+++ b/input_test.asm