Skip to content

Commit

Permalink
Update words.adoc typos I introduced. (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
Whammo committed Aug 7, 2023
1 parent d15f7ba commit d6e50cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manual/words.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,8 @@ If the channel is not 15, DOS will ignore it unless you first sent an OPEN.
An OPEN is sent to tell DOS where you want your data to go.
That is done by LISTENing the device.
====
- channel = 0 is reserved for a reading a PRG file.
- channel = 1 is reserved for a writing a PRG file.
- channel = 0 is reserved for reading a PRG file.
- channel = 1 is reserved for writing a PRG file.
- channel = 2-14 need the filetype and the read/write flag in the filename as ",P,W" for example.
- channel = 15 for DOS commands or device status info.
====
Expand Down

0 comments on commit d6e50cb

Please sign in to comment.