From cb69895c4dbff77fe6e2eb1cf513ee7b2f3911f3 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 7 Jun 2024 16:50:56 -0400 Subject: Tweak README and Makefile. --- Makefile | 2 +- README.txt | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 76c767d..e5f86f9 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ CC=gcc CFLAGS=-Wall $(COPT) -ansi -D_GNU_SOURCE -DVERSION=\"$(VERSION)\" # BINS and SCRIPTS go in $BINDIR, DOCS go in $DOCDIR -BINS=a8eol xfd2atr atr2xfd blob2c cart2xex fenders xexsplit xexcat atrsize rom2cart unmac65 axe blob2xex xexamine xex1to2 unprotbas protbas renumbas dumpbas +BINS=a8eol atr2xfd atrsize axe blob2c blob2xex cart2xex dumpbas fenders protbas renumbas rom2cart unmac65 unprotbas xex1to2 xexamine xexcat xexsplit xfd2atr SCRIPTS=dasm2atasm a8utf8 MANS=a8eol.1 xfd2atr.1 atr2xfd.1 blob2c.1 cart2xex.1 fenders.1 xexsplit.1 xexcat.1 atrsize.1 rom2cart.1 unmac65.1 axe.1 dasm2atasm.1 a8utf8.1 blob2xex.1 xexamine.1 xex1to2.1 unprotbas.1 protbas.1 renumbas.1 dumpbas.1 MAN5S=xex.5 diff --git a/README.txt b/README.txt index 76003f8..8d12230 100644 --- a/README.txt +++ b/README.txt @@ -7,9 +7,6 @@ a8eol - Convert Atari 8-bit text files to/from UNIX / DOS / Mac Classic a8utf8 - Convert Atari 8-bit text to UTF-8 encoded Unicode. -axe - ATR/XFD Editor. Copy files into & out of ATR and XFD images, - create blank ATR images, etc. - atr2xfd - Convert an Atari 8-bit ATR disk image to a raw (XFD) image. atrcheck - Check an Atari 8-bit ATR disk image for various types of problems. @@ -17,6 +14,9 @@ atrcheck - Check an Atari 8-bit ATR disk image for various types of problems. atrsize - Change the size of an Atari 8-bit ATR disk image, or create a blank ATR image. +axe - ATR/XFD Editor. Copy files into & out of ATR and XFD images, + create blank ATR images, etc. + blob2c - Create C source and header files from a binary file. blob2xex - Create a XEX file from arbitrary data. @@ -28,8 +28,14 @@ cart2xex - Convert an Atari 8-bit ROM cartridge image to a binary load dasm2atasm - Convert 6502 assembly in DASM syntax to ATASM (or MAC/65) format. +dumpbas - Formatted hexdump for tokenized Atari 8-bit BASIC files. + fenders - Install Fenders 3-sector loader in boot sectors of an ATR image. +protbas - LIST-protect Atari 8-bit BASIC programs. + +renumbas - Renumber Atari 8-bit BASIC programs. + rom2cart - Convert a raw Atari 8-bit cartridge ROM image to a CART image for use with emulators such as Atari800. @@ -56,7 +62,7 @@ the Atari 8-bit system equates. It's meant to be used with either the DASM or ATASM 6502 cross assemblers. Also included: collections of utilities by Ken Siders and Jindrich -Kubec. See the README.txt files in the ksiders/ and jindroush/ +Kubec. See the README.txt files in the ksiders/ and jindroush/ directories for details. To install, use the standard "make && make install" process. The default -- cgit v1.2.3