diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | README.txt (renamed from README) | 12 |
2 files changed, 10 insertions, 4 deletions
@@ -21,7 +21,7 @@ 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 MAN5S=xex.5 MAN7S=atascii.7 -DOCS=README equates.inc *.dasm LICENSE ksiders/atr.txt +DOCS=README.txt equates.inc *.dasm LICENSE ksiders/atr.txt SUBDIRS=ksiders jindroush @@ -1,6 +1,6 @@ -This is a collection of Atari 8-bit related utilities I've written for Linux. -They should be usable as-is on other UNIX-like systems, including Cygwin -for MS-Windows. +This is a collection of Atari 8-bit related utilities I've written for +or ported to Linux. They should be usable as-is on other UNIX-like +systems, including Cygwin for MS-Windows. a8eol - Convert Atari 8-bit text files to/from UNIX / DOS / Mac Classic text file format. @@ -35,6 +35,8 @@ rom2cart - Convert a raw Atari 8-bit cartridge ROM image to a CART unmac65 - Detokenize Atari 8-bit Mac/65 SAVEd files. +unprotbas - Unprotect LIST-protected BASIC programs. + xex1to2 - Convert an Atari DOS 1.0 executable into a standard XEX file. xexamine - Show information on XEX files. @@ -53,6 +55,10 @@ 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: collections of utilities by Ken Siders and Jindrich +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 prefix for installation is /usr/local. |