From 2358dd7babd4a49192df2e3f7997992abfcda5c7 Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Wed, 25 Aug 2021 20:53:21 -0700 Subject: [PATCH] Docs for PAUSE.SYSTEM --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9a16008..daf5bca 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ This repo includes The following drivers/modifications: In addition, `QUIT.SYSTEM` is present which isn't a driver but which immediately invokes the QUIT handler (a.k.a. program selector). +There's also `PAUSE.SYSTEM` which just waits for a fraction of a second before invoking the next driver file. (Why? In case the log messages from the other installers goes by too fast!) + Some date/time utilities for The Cricker! clock are also included. ## How do you use these? @@ -51,6 +53,7 @@ The intent is that you use a tool like Copy II Plus or [Apple II DeskTop](https: * `CRICKET.SYSTEM` - install Cricket! clock driver, if present * `RAM.DRV.SYSTEM` - install RamWorks RAM disk driver, if present * `BUHBYE.SYSTEM` - install a customized Quit handler to replace the built-in one +* `PAUSE.SYSTEM` - pause for a moment, so that you can inspect the output of the above * `QUIT.SYSTEM` - invoke the Quit handler immediately, as a program selector * `BASIC.SYSTEM` - which will not be automatically invoked, but is available to manually invoke