aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-04-09 23:03:04 +0200
committerMiquel Sabaté Solà <mssola@mssola.com>2026-04-10 13:35:21 +0200
commita7a268c9abc34c2fdf1cbf802e625f825bf86743 (patch)
treee2dc1fd88a2f8cd6afcc59bb06b34c810529cea4 /Makefile
parent00e470a4c8cefcc8e9514c6965dcd61f448d10e8 (diff)
downloadcode.nes-a7a268c9abc34c2fdf1cbf802e625f825bf86743.tar.gz
code.nes-a7a268c9abc34c2fdf1cbf802e625f825bf86743.zip
Add the sound/scale.s example
This example just repeats a scale of notes over and over. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2940102..8acdb7f 100644
--- a/Makefile
+++ b/Makefile
@@ -77,6 +77,9 @@ sound:
$(E) " CC sound/select"
$(Q) $(CC65) $(CCOPTS) sound/select.s -C config/nrom.cfg -o out/sound/select.nes
+ $(E) " CC sound/scale"
+ $(Q) $(CC65) $(CCOPTS) sound/scale.s -C config/nrom.cfg -o out/sound/scale.nes
+
.PHONY: fx
fx:
$(E) " CC fx/blink"