aboutsummaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-04-10 15:42:46 +0200
committerMiquel Sabaté Solà <mssola@mssola.com>2026-04-10 15:42:46 +0200
commitddbdfb54a8ebabbeeeb6fe10518f1a548404d5ed (patch)
tree6bd938d5e391140c37fa3a01d9e8d0965a1130a0 /shared
parente14b6e623df4b2cc9375660fa3e5da73dba3e8c8 (diff)
downloadcode.nes-ddbdfb54a8ebabbeeeb6fe10518f1a548404d5ed.tar.gz
code.nes-ddbdfb54a8ebabbeeeb6fe10518f1a548404d5ed.zip
Add the noise channel to sound/select.s
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'shared')
-rw-r--r--shared/apu.s3
1 files changed, 3 insertions, 0 deletions
diff --git a/shared/apu.s b/shared/apu.s
index f876d91..35e432f 100644
--- a/shared/apu.s
+++ b/shared/apu.s
@@ -10,6 +10,9 @@
m_triangle_control = $4008
m_triangle_low = $400A
m_triangle_high = $400B
+ m_noise_envelope = $400C
+ m_noise_mode = $400E
+ m_noise_counter = $400F
m_dmc = $4010
m_status = $4015
m_frame_counter = $4017