Update README.md

This commit is contained in:
Joshua Bell 2017-11-26 23:04:02 -08:00 committed by GitHub
parent 3bc1eb6d96
commit 4ae4933aa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ The included disks include:
Like the `NS.CLOCK.SYSTEM` (by "CAP") ideally we would have:
* A ProDOS `.SYSTEM` file
* Which detects the presence of a Cricket
* And if found, installs the driver in memory following the ProDOS clock driver protocol
* And finally chains to the next `.SYSTEM` file (e.g. `BASIC.SYSTEM`)
* [x] A ProDOS `.SYSTEM` file
* [ ] Detects the presence of a Cricket
* [x] Installs a driver in memory following the ProDOS clock driver protocol
* [x] Chains to the next `.SYSTEM` file (e.g. `BASIC.SYSTEM`)