Talk:APU Noise: Difference between revisions
From NESdev Wiki
Jump to navigationJump to search
(more food for thought) |
mNo edit summary |
||
Line 1: | Line 1: | ||
Curiously, the noise channel's frequency counter [http://uxul.org/~noname/chips/cpu-2/no-metal/stitched/final/ on the die] isn't an ordinary counter - it's an '''11-bit linear feedback shift register''' (with taps at the 9th and 11th bits); when I take the counter values from the | Curiously, the noise channel's frequency counter [http://uxul.org/~noname/chips/cpu-2/no-metal/stitched/final/ on the die] isn't an ordinary counter - it's an '''11-bit linear feedback shift register''' (with taps at the 9th and 11th bits); when I take the counter values from the on-die ROM and run the LFSR until the result is '10000000000', the cycle counts (for NTSC) match exactly. --[[User:Quietust|Quietust]] 04:58, 23 January 2011 (UTC) |
Revision as of 05:00, 23 January 2011
Curiously, the noise channel's frequency counter on the die isn't an ordinary counter - it's an 11-bit linear feedback shift register (with taps at the 9th and 11th bits); when I take the counter values from the on-die ROM and run the LFSR until the result is '10000000000', the cycle counts (for NTSC) match exactly. --Quietust 04:58, 23 January 2011 (UTC)