From 00e470a4c8cefcc8e9514c6965dcd61f448d10e8 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 9 Apr 2026 13:30:34 +0200 Subject: Add the sound/select.s example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is an iteration over the sound/beep.s example, but it covers three channels instead of just square 1. Moreover, you can use the joypad to select which channel you want to hear and, of course, you can combine them all at will. Signed-off-by: Miquel Sabaté Solà --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 94fa22a..2940102 100644 --- a/Makefile +++ b/Makefile @@ -74,6 +74,9 @@ sound: $(E) " CC sound/beep" $(Q) $(CC65) $(CCOPTS) sound/beep.s -C config/nrom.cfg -o out/sound/beep.nes + $(E) " CC sound/select" + $(Q) $(CC65) $(CCOPTS) sound/select.s -C config/nrom.cfg -o out/sound/select.nes + .PHONY: fx fx: $(E) " CC fx/blink" -- cgit v1.2.3