summaryrefslogtreecommitdiff
path: root/src/devices/clock.rs
Commit message (Collapse)AuthorAge
* Update devices to match new specificationsBen Bridle2024-04-16
|
* Refactor code without changing functionalityBen Bridle2024-01-31
| | | | | An effort to make the code shorter and more readable. This mostly affects the code for the clock device.
* Change clock cumulative timer to use 256th ticks instead of secondsBen Bridle2024-01-31
| | | | | | The "Cumulative seconds" port of the CLOCK device has been changed to be called "Cumulative timer", with the units changing from seconds to 1/256 second ticks.
* First commitv0.1.0Ben Bridle2023-12-24