From ba54f1aedcc6e7228c4233dcb1ff35151415b064 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 10 Nov 2022 16:42:21 -0500 Subject: Mention TNFS in README. --- .gitignore | 1 + Makefile | 3 +++ README.txt | 3 +++ 3 files changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index ae67caa..95a044d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +tnfs.sh cruft dla2csv .*.swp diff --git a/Makefile b/Makefile index cf01f8d..ec4d009 100644 --- a/Makefile +++ b/Makefile @@ -49,6 +49,9 @@ test: all disktest: disk atari800 drive1.atr +tnfs: all + sh tnfs.sh dla.xex dla2csv.xex + %.xex: %.s $(CL65) $(CL65FLAGS) -t none -o $@ $< diff --git a/README.txt b/README.txt index 56391a0..f55efbd 100644 --- a/README.txt +++ b/README.txt @@ -27,6 +27,9 @@ https://slackware.uk/~urchlay/repos/dla-asm/plain/dla.xex https://slackware.uk/~urchlay/repos/dla-asm/plain/dla2csv.xex https://slackware.uk/~urchlay/repos/dla-asm/plain/dla2img.sh +Also, dla.xex and dla2csv.xex can be found on the TNFS server at +zapp.opensourcerers.net (these may not be the latest version). + This file explains how to use the generator and tools. Other documentation: -- cgit v1.2.3