Digital-Logic-Sim
Digital-Logic-Sim copied to clipboard
Add RTC chip
This pull request adds the RTC chip, which has 32-bit outputs. This RTC uses Unix time in seconds to indicate the time.
An advantage over programming the time in a chip is that it is always synced to the player's clock, so it eliminates the need to program the clock manually.
Also, if it is nearing 2038, it will be updated to 64-bits.