From d670a1691f2b3734b1cd0c287275b5e3c11a7126 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Sun, 9 Jun 2024 15:17:19 -0400 Subject: [PATCH] Update README --- .gitignore | 1 + README.md | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index b2b5636..ff55476 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ src/BSDSocket_Size.s src/bsdsocket_lib.fd src/bsdsocket_lvo.i src/*.Lib +libs/ diff --git a/README.md b/README.md index aa7d094..2b37831 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,16 @@ Doing something cool with the extension? timeouts using `Socket Async Wait Writing` to determine if the Internet is available. +## Slot 18 taken already? + +I'm also building releases for slots 9, 11, and 17. They're available for +separate download from each Release version 1.1.4 and on. + +Note that you won't be able to load the test AMOS programs, or any other +progaam using the Slot 18 version, because AMOS uses the extension's slot +number in the saved tile. You'll have to export and import ASCII versions +of programs. + ## Versioning This project uses semantic versioning.