mirror of
https://github.com/a2stuff/prodos-drivers.git
synced 2025-01-03 08:30:10 +00:00
f2ea11fcde
This one driver pulls in the installers for each other clock driver, and invokes each in turn: * No-Slot Clock * ROMX * FujiNet * DClock * Cricket! This requires adding `.ifndef JUMBO` guards in the other drivers for when they pull in include files (symbols, macros, etc). The other drivers are adjusted to return with carry clear on successful install, failure otherwise. |
||
---|---|---|
.. | ||
clock.system.s | ||
Makefile | ||
README.md |
"Jumbo" ProDOS Clock Driver
This is an amalgamation of the other clock driver installers. Each one is tried in turn, until one successfully installs a clock driver.
The drivers are (in order):
- No-Slot Clock
- ROMX
- FujiNet
- DClock
- Cricket!
The installer is silent - no output is shown on either failure or success.