aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-07-24 05:40:20 -0400
committerB. Watson <urchlay@slackware.uk>2024-07-24 05:40:20 -0400
commitf89faced0b7a0357091449f7f3bf57aada6a0316 (patch)
tree754640eb0a99633e5e3765fa31dd748657394b7a
parent3a234544fd086ee6f70d2ae1189fa7c1868104c6 (diff)
downloadbw-atari8-tools-f89faced0b7a0357091449f7f3bf57aada6a0316.tar.gz
README.txt: mention fauxtari fonts.
-rw-r--r--README.txt17
1 files changed, 11 insertions, 6 deletions
diff --git a/README.txt b/README.txt
index 94bb6c3..edb840a 100644
--- a/README.txt
+++ b/README.txt
@@ -75,13 +75,18 @@ xfd2atr - Convert an Atari 8-bit XFD (raw) disk image to an ATR image.
All are written in C, except dasm2atasm which is written in Perl and
diffbas which is a shell script. All utilities have man pages.
-Also included is "equates.inc", a 6502 assembly header file that defines
-the Atari 8-bit system equates. It's meant to be used with either the
-DASM or ATASM 6502 cross assemblers.
+Also included:
-Also included: collections of utilities by Ken Siders and Jindrich
-Kubec. See the README.txt files in the ksiders/ and jindroush/
-directories for details.
+- "equates.inc", a 6502 assembly header file that defines the Atari 8-bit
+ system equates. It's meant to be used with either the DASM or ATASM 6502
+ cross assemblers.
+
+- Collections of utilities by Ken Siders and Jindrich Kubec. See the
+ README.txt files in the ksiders/ and jindroush/ directories for details.
+
+- X11 and Linux console fonts composed of glyphs taken from various versions
+ of the Atari XL/XE ROMs. The font family is "Fauxtari"; see fauxtari(7)
+ or fauxtari.rst for details.
To install, use the standard "make && make install" process. The default
prefix for installation is /usr/local.