diff options
-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. |