Skip to content

Commit 67d91c0

Browse files
committed
Markown fixup.
1 parent 6c40fbb commit 67d91c0

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ see them as text documents.
7979
| Olivetti M10 | `.M10.DO` | `.B10`, `.M10.BA` |
8080
| Kyocera Kyotronic-85 | `.KYO.DO` | `.B85`, `.KYO.BA` |
8181

82-
The primary two filename extensions are:
82+
The primary two filename extensions are:
83+
8384
* **`.DO`** This is the extension the Model 100 uses for plain text
8485
BASIC files, but in general can mean any ASCII text document with
8586
CRLF[^2] line endings.
@@ -90,13 +91,13 @@ see them as text documents.
9091
files had to be renamed to .DO before downloading to a Model 100.
9192

9293

93-
BASIC programs that use `PEEK`, `POKE`, or `CALL` typically only
94-
work on one specific model of portable computer, even when the BASIC
95-
language and tokenization is identical. The only two models which
96-
have the same memory map are the Model 100 and and Tandy 102. Using
97-
POKE or CALL on the wrong model can crash badly, possibly losing
98-
files. To avoid this, when sharing BASIC programs over the network,
99-
filename extensions can indicate which model a program will work on:
94+
BASIC programs that use `PEEK`, `POKE`, or `CALL` typically only work
95+
on one specific model of portable computer, even when the BASIC
96+
language and tokenization is identical. The only two models which have
97+
the same memory map are the Model 100 and and Tandy 102. Using POKE or
98+
CALL on the wrong model can crash badly, possibly losing files. To
99+
avoid this, when sharing BASIC programs over the network, filename
100+
extensions can indicate which model a program will work on:
100101

101102
* `.100` An ASCII BASIC file that includes POKEs or CALLs specific
102103
to the Model 100 or Tandy 102.
@@ -109,15 +110,14 @@ see them as text documents.
109110
* `.BA0` (or `.NEC.BA`) A tokenized BASIC file specific to the NEC
110111
portables.
111112

112-
It is not yet clear what extensions are used to denote the
113-
Kyotronic-85 and M10. Hackerb9 suggests:
114-
115-
* `.KYO` or `.KYO.DO` An ASCII BASIC file that includes POKEs or
116-
CALLs specific to the Kyocera Kyotronic-85.
117-
* `.M10` or `.M10.DO` An ASCII BASIC file specific to the Olivetti M10.
113+
It is not yet clear what extensions are used to denote the
114+
Kyotronic-85 and M10. Hackerb9 suggests:
118115

119-
* `.B85` or `.KYO.BA` A tokenized BASIC file specific to the Kyotronic-85.
120-
* `.B10` or `.M10.BA` A tokenized BASIC file specific to the M10.
116+
* `.KYO` or `.KYO.DO` An ASCII BASIC file that includes POKEs or
117+
CALLs specific to the Kyocera Kyotronic-85.
118+
* `.M10` or `.M10.DO` An ASCII BASIC file specific to the Olivetti M10.
119+
* `.B85` or `.KYO.BA` A tokenized BASIC file specific to the Kyotronic-85.
120+
* `.B10` or `.M10.BA` A tokenized BASIC file specific to the M10.
121121

122122
</ul></details> <!-- Filename extensions -->
123123

0 commit comments

Comments
 (0)