aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2025-03-11 16:40:12 +0100
committerMiquel Sabaté Solà <mikisabate@gmail.com>2025-03-11 16:40:12 +0100
commit6f7a0d24cfa7c767e9eee8283c65b4480a6c231b (patch)
tree52351a9021e4d74b359d06d5fc61f8f7af20265a /Makefile
parentf05ce5d5ff7d650a439b363993f8b38b817d3efe (diff)
downloadcode.nes-6f7a0d24cfa7c767e9eee8283c65b4480a6c231b.tar.gz
code.nes-6f7a0d24cfa7c767e9eee8283c65b4480a6c231b.zip
scroll: Provide an even more basic example
That is, just toggle between two fixed nametables. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 59b0043..428c010 100644
--- a/Makefile
+++ b/Makefile
@@ -54,6 +54,9 @@ space:
.PHONY: scroll
scroll:
+ $(E) " CC scroll/toggle"
+ $(Q) $(CC65) $(CCOPTS) scroll/toggle.s -C config/nrom.cfg -o out/scroll/toggle.nes
+
$(E) " CC scroll/level"
$(Q) $(CC65) $(CCOPTS) scroll/level.s -C config/nrom.cfg -o out/scroll/level.nes