Skip to content

Commit 882a8ff

Browse files
authored
Fix max length timer for CH3 in Audio Overview (#574)
1 parent b0c42f0 commit 882a8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Audio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Internally, all envelopes are ticked at 64 Hz, and every 1–7 of those ticks, t
7070
All channels can be individually set to automatically shut themselves down after a certain amount of time.
7171

7272
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.
73-
When the length timer reaches 64, the channel is turned off.
73+
When the length timer reaches 64 (256 for wave channel), the channel is turned off.
7474

7575
### Frequency
7676

0 commit comments

Comments
 (0)