From ddbdfb54a8ebabbeeeb6fe10518f1a548404d5ed Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 10 Apr 2026 15:42:46 +0200 Subject: Add the noise channel to sound/select.s MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- shared/apu.s | 3 +++ 1 file changed, 3 insertions(+) (limited to 'shared/apu.s') 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 -- cgit v1.2.3