We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS
S-DSP/Global Counter: Difference between revisions
From SnesLab
(added ares source code) |
(→See Also: echo counter) |
||
Line 7: | Line 7: | ||
=== See Also === | === See Also === | ||
* [[Pitch Counter]] | * [[Pitch Counter]] | ||
* [[Echo Counter]] | |||
=== External Links === | === External Links === |
Revision as of 06:32, 22 June 2023
The S-DSP's Global Counter:
- is initialized to zero on reset
- counts from 0x77FF to zero, decrementing by one on cycle 29 of the Sample Generation Loop
- is examined by the noise sample generator and the volume envelope adjustments
See Also
External Links
- ares source code for global counter: https://github.com/ares-emulator/ares/blob/master/ares/sfc/dsp/counter.cpp
References
- anomie's APU DSP doc