From 713b502c1ca866ff1e14444a92ed00ce0d74fae2 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 21 Apr 2024 14:18:11 -0400 Subject: preparing for release. --- .gitignore | 1 + Makefile | 6 +++++- README | 4 ++-- test2 | 2 -- 4 files changed, 8 insertions(+), 5 deletions(-) delete mode 100644 test2 diff --git a/.gitignore b/.gitignore index 931a851..969e7bc 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ unmac65 xexcat xexsplit xfd2atr +xexamine diff --git a/Makefile b/Makefile index 82b4afc..305844d 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README b/README index e993246..53c3a9a 100644 --- a/README +++ b/README @@ -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 diff --git a/test2 b/test2 deleted file mode 100644 index 00ef866..0000000 --- a/test2 +++ /dev/null @@ -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.. -- cgit v1.2.3