prodos-drivers/clocks/jumbo/README.md
Joshua Bell f2ea11fcde Add "jumbo" clock driver, an amalgamation of the others
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.
2022-11-26 20:29:38 -08:00

327 B

"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.