mirror of
https://github.com/a2stuff/prodos-drivers.git
synced 2024-12-22 05:29:54 +00:00
10 lines
354 B
Markdown
10 lines
354 B
Markdown
|
# No Slot Clock ProDOS Driver
|
||
|
|
||
|
Adapted from `NS.CLOCK.SYSTEM` (by "CAP"), with these changes:
|
||
|
|
||
|
* Fixes a typo
|
||
|
* Removes beeps
|
||
|
* Is less chatty so you can have multiple clock drivers, e.g. if you use the same hard disk image across different hardware configurations
|
||
|
* Uses file I/O rather than block I/O for chaining
|
||
|
* Does not hard-code driver file name
|