aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2025-03-12 19:42:43 +0100
committerMiquel Sabaté Solà <mikisabate@gmail.com>2025-03-12 19:42:43 +0100
commit49842414e2c570c511ef5c3c9e1860ee8d2fd504 (patch)
tree05424ae01847339432e8a5729469646be4c6887a /Makefile
parentc02659b85c1d623781c1baec48ea457df360a2cf (diff)
downloadcode.nes-49842414e2c570c511ef5c3c9e1860ee8d2fd504.tar.gz
code.nes-49842414e2c570c511ef5c3c9e1860ee8d2fd504.zip
scroll: Provide an example with the MMC3 chip
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 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