mirror of
https://github.com/a2stuff/prodos-drivers.git
synced 2024-11-15 07:06:06 +00:00
.. | ||
date.s | ||
Makefile | ||
me.first.system.s | ||
pause.system.s | ||
quit.system.s | ||
README.md |
Utilities
- DATE
- Prints the current ProDOS date/time, to verify the time is set and updating. Run from the BASIC prompt:
-DATE
- Prints the current ProDOS date/time, to verify the time is set and updating. Run from the BASIC prompt:
- QUIT.SYSTEM
- This invokes the ProDOS quit handler immediately. It can be used as the last in a chain of "driver" installers to invoke the program selector, e.g. if you want to also keep
BASIC.SYSTEM
in your root directory but not launch it.
- This invokes the ProDOS quit handler immediately. It can be used as the last in a chain of "driver" installers to invoke the program selector, e.g. if you want to also keep
- PAUSE.SYSTEM
- Waits for a fraction of a second before invoking the next driver file. Useful in case the log messages from the driver installers go by too quickly!
- ME.FIRST.SYSTEM
- Moves the current volume to the end of DEVLST. Niche, but useful in some circumstances.