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:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2020-11-19 18:27:38 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2020-11-19 18:27:38 +0300
commitf14b1643b67234e1e65c332ded6ebab9eb44295c (patch)
tree61d43dae4d57a1d78deec82f1b14d40c44e2202a
parenta5d18747ecaff8abb9b3315942dd84df286cb9e8 (diff)
Namingv1.0
-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