From 2ad258823fd4132379ade10610a72eeb012c1d2b Mon Sep 17 00:00:00 2001 From: tildearrow Date: Fri, 5 May 2023 01:29:54 -0500 Subject: [PATCH] update NES doc with mention of linear counter effe --- papers/doc/7-systems/nes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/papers/doc/7-systems/nes.md b/papers/doc/7-systems/nes.md index dc8b635be..8367c5891 100644 --- a/papers/doc/7-systems/nes.md +++ b/papers/doc/7-systems/nes.md @@ -42,6 +42,9 @@ also known as Famicom. it is a five-channel sound generator: first two channels - `00`: PCM (software). - `01`: DPCM (hardware). - when in DPCM mode, samples will sound muffled (due to its nature), availables pitches are limited and loop point is ignored. +- `19xx`: set triangle linear counter. + - `00` to `7F` set the counter. + - `80` and higher halt it. - `20xx`: set DPCM frequency. - only works in DPCM mode. - see table below for possible values.