diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Makefile | 6 | ||||
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | test2 | 2 |
4 files changed, 8 insertions, 5 deletions
@@ -20,3 +20,4 @@ unmac65 xexcat xexsplit xfd2atr +xexamine @@ -9,8 +9,9 @@ MAN1DIR=$(MANDIR)/man1 DOCDIR=$(PREFIX)/share/doc/bw-atari8-tools # Compiler stuff +COPT=-O2 CC=gcc -CFLAGS=-Wall -O2 -ansi -D_GNU_SOURCE -DVERSION=\"$(VERSION)\" +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 @@ -121,6 +122,9 @@ xexsplit: xexsplit.c xex.o xexcat: xexcat.c xex.o get_address.o $(CC) $(CFLAGS) -o xexcat xexcat.c xex.o get_address.o +# This is a work-in-progress, not ready yet. +xexamine: xexamine.c xex.o + unmac65.xex: unmac65.c @rm -f unmac65.o $(CC65) $(CC65FLAGS) -DVERSION=\"$(VERSION)\" -DTAG=\"$(TAG)\" -t atari -o unmac65.xex unmac65.c @@ -29,7 +29,7 @@ dasm2atasm - Convert 6502 assembly in DASM syntax to ATASM (or MAC/65) format. fenders - Install Fenders 3-sector loader in boot sectors of an ATR image. rom2cart - Convert a raw Atari 8-bit cartridge ROM image to a CART - image for use with eumlators such as Atari800. + image for use with emulators such as Atari800. unmac65 - Detokenize Atari 8-bit Mac/65 SAVEd files. @@ -55,7 +55,7 @@ other than /usr/local. Binaries will be installed to $PREFIX/bin, man pages to $PREFIX/share/man/man1, and other documentation (including equates.inc) to $PREFIX/share/doc/bw-atari8-tools. You also may use BINDIR, MANDIR, MAN1DIR, and DOCDIR to explicitly set the installation -paths. Man pages are compressed with gzip by default. If your system +paths. Man pages are compressed with gzip by default. If your system does not support gzipped man pages, try "make install GZIP_MAN=n". If you're creating a distribution package (RPM, deb, Slackware tgz), use "make install PREFIX=/usr DESTDIR=/tmp/whatever". This will @@ -1,2 +0,0 @@ -Writing this file to a disk image should result in only one sector being used in the image, because I fixed the bug in axe.. -Writing this file to a disk image should result in only one sector being used in the image, because I fixed the bug in axe.. |