Skip to content

Commit 49d5c38

Browse files
authored
APU channel 3 docs should refer to channel 3 registers (#517)
* low 8 bits of channel 3 period are in NR33, not NR13 * CH1->CH3 copypaste error in trigger field description too
1 parent 138d7f8 commit 49d5c38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Audio_Registers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ Period changes (written to `NR33` or `NR34`) only take effect after the followin
295295
"NR34" 7:"Trigger" 6:"Length enable" 2-0:"Period"
296296
}}
297297

298-
- **Trigger** (*Write-only*): Writing any value to `NR14` with this bit set [triggers](<#Triggering>) the channel.
298+
- **Trigger** (*Write-only*): Writing any value to `NR34` with this bit set [triggers](<#Triggering>) the channel.
299299

300300
:::warning RETRIGGERING CAUTION
301301

@@ -310,7 +310,7 @@ Period changes (written to `NR33` or `NR34`) only take effect after the followin
310310

311311
:::
312312
- **[Length](<#Length timer>) enable** (*Read/Write*): Takes effect immediately upon writing to this register.
313-
- **Period** (*Write-only*): The upper 3 bits of the period value; the lower 8 bits are stored in [`NR13`](<#FF13NR13: Channel 1 period low \[write-only\]>).
313+
- **Period** (*Write-only*): The upper 3 bits of the period value; the lower 8 bits are stored in [`NR33`](<#FF1DNR33: Channel 3 period low \[write-only\]>).
314314

315315
### FF30–FF3F — Wave pattern RAM
316316

0 commit comments

Comments
 (0)