From 882a8ff45637f5d20e8db0c24379e472de4f1616 Mon Sep 17 00:00:00 2001 From: Lorenzo Simionato Date: Tue, 15 Oct 2024 15:57:45 -0700 Subject: [PATCH] Fix max length timer for CH3 in Audio Overview (#574) --- src/Audio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Audio.md b/src/Audio.md index 53e09bd3..1dba1d44 100644 --- a/src/Audio.md +++ b/src/Audio.md @@ -70,7 +70,7 @@ Internally, all envelopes are ticked at 64 Hz, and every 1–7 of those ticks, t All channels can be individually set to automatically shut themselves down after a certain amount of time. If the functionality is enabled, a channel's **length timer** ticks up[^len_cnt_dir] at 256 Hz (tied to [DIV-APU](<#DIV-APU>)) from the value it's initially set at. -When the length timer reaches 64, the channel is turned off. +When the length timer reaches 64 (256 for wave channel), the channel is turned off. ### Frequency