mirror of
https://github.com/TomHarte/CLK.git
synced 2025-04-06 10:38:16 +00:00
Better explain cumulative nature of @c to_internal.
This commit is contained in:
parent
2bd20a0cf8
commit
38eb4d36de
@ -44,8 +44,9 @@ namespace TMS {
|
||||
template <Personality personality> class ClockConverter {
|
||||
public:
|
||||
/*!
|
||||
Converts a number of extenral **half-cycles** to an internal number
|
||||
of **cycles**.
|
||||
Given that another @c source external **half-cycles** has occurred,
|
||||
indicates how many complete internal **cycles** have additionally elapsed
|
||||
since the last call to @c to_internal.
|
||||
*/
|
||||
int to_internal(int source) {
|
||||
// Default behaviour is top apply a multiplication by 3/4.
|
||||
|
Loading…
x
Reference in New Issue
Block a user