From 6f7a0d24cfa7c767e9eee8283c65b4480a6c231b Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 11 Mar 2025 16:40:12 +0100 Subject: scroll: Provide an even more basic example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit That is, just toggle between two fixed nametables. Signed-off-by: Miquel Sabaté Solà --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3