diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-04-09 13:30:34 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-04-10 13:33:30 +0200 |
| commit | 00e470a4c8cefcc8e9514c6965dcd61f448d10e8 (patch) | |
| tree | e9a63c8797f25292daa74f9fd8c0b53702cc30dd /sound/README.md | |
| parent | 1978afbc18ffb227f0ce36663648e00d1d2d7945 (diff) | |
| download | code.nes-00e470a4c8cefcc8e9514c6965dcd61f448d10e8.tar.gz code.nes-00e470a4c8cefcc8e9514c6965dcd61f448d10e8.zip | |
Add the sound/select.s example
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à <mssola@mssola.com>
Diffstat (limited to 'sound/README.md')
| -rw-r--r-- | sound/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/README.md b/sound/README.md index a099036..90fc84e 100644 --- a/sound/README.md +++ b/sound/README.md @@ -1 +1,3 @@ TBD +Reference nerdynights: https://nerdy-nights.nes.science/#audio_tutorial-0 +square channels sometimes called pulse channels |
