aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-11-20 17:31:23 -0500
committerB. Watson <urchlay@slackware.uk>2025-11-20 17:31:23 -0500
commitc6208a3da3467bf9b098b8031ce9cfa1c958cc90 (patch)
treeb5d88db99e88d13333efaf0a3134322dec2e3127
parentab5e175af162665c9ef09634ee5e32a05460d9b7 (diff)
downloadunalf-c6208a3da3467bf9b098b8031ce9cfa1c958cc90.tar.gz
Update TODO.txt.
-rw-r--r--TODO.txt13
1 files changed, 12 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index b60ad6e..bd6f30e 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,7 +1,18 @@
+- isolate the fake 6502 code: move it out of extract.c, into its own
+ source file.
+
+- replace alf14.atr with a bootable SpartaDOS 3.2 ATR, with the
+ exes named LZ.COM and DZ.com.
+
+- update man page, refer to atari ALF/UNALF exes as LZ.COM and DZ.COM.
+
+- include some of Alfred's email commentary in the doc dir.
+
- create some alf archives and hexedit them to introduce errors, make
sure unalf doesn't segfault or get stuck in a loop (it should
*always* exit cleanly).
- reverse-engineer the ALF14.COM binary, so we have a compressor.
this would be more of "just to say I did it" thing, there's no real
- need for it.
+ need for it. alternatively, see if I can rewrite the compressor
+ in C.