From a7a268c9abc34c2fdf1cbf802e625f825bf86743 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 9 Apr 2026 23:03:04 +0200 Subject: Add the sound/scale.s example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This example just repeats a scale of notes over and over. Signed-off-by: Miquel Sabaté Solà --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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" -- cgit v1.2.3