-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Jumbo: Patch ThunderClock driver for 2023-2028
If ProDOS finds a ThunderClock it installs a built-in driver for it. The ThunderClock card gives day-of-week but not year. So the driver uses the day/month/day-of-week to infer the year, using a 7-entry table. This means the driver gives the wrong year unless it is reasonably updated. ProDOS 2.4.2 includes an update to handle 2018-2023 but that's about to run out. ProDOS-8/ProDOS8-Testing#72 Make the CLOCK.SYSTEM jumbo driver do the extra work of updating the year table for the ThunderClock driver. This handles old versions of ProDOS from 1.1 through 2.4.2, and the update handles 2023 through 2028. (In 2027 we can update again to handle through 2032.)
- Loading branch information
1 parent
477c1f7
commit 537d798
Showing
2 changed files
with
89 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters