From a42dec7f3f9b10d1699596694b0750db3d1562ad Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Sun, 20 Dec 2020 19:48:39 -0800 Subject: [PATCH] Update README.md Correct which version added Bird's Better Bye (not sure if 1.8 or 1.9 tho) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71a7eae..b7ec8be 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ The ProDOS operating system for the Apple II executes the first `.SYSTEM` file f * RAM Disk drivers (e.g. RamWorks) * In ProDOS 1.x, 2.0 and 2.4 only a 64K driver for /RAM is built-in. * Quit dispatcher/selector (`BYE` routines) - * In ProDOS 1.x a selector prompting `ENTER PREFIX (PRESS "RETURN" TO ACCEPT)` asked for a path. - * In ProDOS 2.0 [Bird's Better Bye](bbb) is built-in. + * In ProDOS 1.0 through 1.7 a simple selector prompting `ENTER PREFIX (PRESS "RETURN" TO ACCEPT)` asked for a path. + * In ProDOS 1.9 and 2.0 [Bird's Better Bye](bbb) is built-in. * In ProDOS 2.4 [Bitsy Bye](https://prodos8.com/bitsy-bye/) is built-in. Early versions of these drivers would often invoke a specific file on completion, sometimes user-configurable. The best versions of these drivers simply execute the following `.SYSTEM` file, although this is non-trivial code and often did not work with network drives.