mirror of
https://github.com/a2stuff/prodos-drivers.git
synced 2025-01-02 01:29:23 +00:00
fix typo
This commit is contained in:
parent
10e29ecc0e
commit
9d01f4584b
@ -19,7 +19,7 @@ The ProDOS operating system for the Apple II executes the first `.SYSTEM` file f
|
||||
|
||||
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.
|
||||
|
||||
This repository collects several drivers and uses common code to chain to the next `.SYSTEM` file, suporting network drives.
|
||||
This repository collects several drivers and uses common code to chain to the next `.SYSTEM` file, supporting network drives.
|
||||
|
||||
## What is present here?
|
||||
|
||||
@ -35,7 +35,7 @@ This repo includes the following drivers/modifications:
|
||||
* Accelerators
|
||||
* ZIP CHIP configuration (slow on speaker access, make slots 1-4 fast)
|
||||
* RAM Disk drivers
|
||||
* RAMWorks Driver by Glen E. Bredon
|
||||
* RamWorks Driver by Glen E. Bredon
|
||||
* Quit dispatcher/selector (`BYE` routines)
|
||||
* 40-column Selector (from ProDOS)
|
||||
* 80-column menu-driven Selector (from ProDOS 1.9 and 2.x)
|
||||
|
Loading…
Reference in New Issue
Block a user