diff options
author | B. Watson <urchlay@slackware.uk> | 2024-07-24 05:40:20 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-07-24 05:40:20 -0400 |
commit | f89faced0b7a0357091449f7f3bf57aada6a0316 (patch) | |
tree | 754640eb0a99633e5e3765fa31dd748657394b7a | |
parent | 3a234544fd086ee6f70d2ae1189fa7c1868104c6 (diff) | |
download | bw-atari8-tools-f89faced0b7a0357091449f7f3bf57aada6a0316.tar.gz |
README.txt: mention fauxtari fonts.
-rw-r--r-- | README.txt | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -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. |