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:04:41 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2020-11-19 18:04:41 +0300
commit6afdc67c72e251bb40b991adc280d84ae2b0d36a (patch)
treee50e26106769d45e9d464ba6c648bd1274f1028d
parent1f5366030896578c8612de9a72c8b574cc4f6d08 (diff)
Added nesasm to tools sources
-rw-r--r--.gitmodules3
m---------tools_sources/nesasm0
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index f6f8dd0..68a0e3c 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,6 @@
[submodule "tools_sources/NesTiler"]
path = tools_sources/NesTiler
url = https://github.com/ClusterM/NesTiler.git
+[submodule "tools_sources/nesasm"]
+ path = tools_sources/nesasm
+ url = https://github.com/ClusterM/nesasm.git
diff --git a/tools_sources/nesasm b/tools_sources/nesasm
new file mode 160000
+Subproject 1808604f06bdfce915dc890c3b3f3e3e2d5f7d5