From 49842414e2c570c511ef5c3c9e1860ee8d2fd504 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 12 Mar 2025 19:42:43 +0100 Subject: scroll: Provide an example with the MMC3 chip MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 428c010..930fc0b 100644 --- a/Makefile +++ b/Makefile @@ -63,6 +63,9 @@ scroll: $(E) " CC scroll/sprite0" $(Q) $(CC65) $(CCOPTS) scroll/sprite0.s -C config/nrom.cfg -o out/scroll/sprite0.nes + $(E) " CC scroll/mmc3" + $(Q) $(CC65) $(CCOPTS) scroll/mmc3.s -C config/mmc3.cfg -o out/scroll/mmc3.nes + $(E) " CC scroll/roulette" $(Q) $(CC65) $(CCOPTS) scroll/roulette.s -C config/mmc3.cfg -o out/scroll/roulette.nes -- cgit v1.2.3