aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2022-08-29 16:11:13 -0400
committerB. Watson <urchlay@slackware.uk>2022-08-29 16:11:13 -0400
commite2ba8458a5cfdfacfaf103e7ba97d610afa6c970 (patch)
treecd665e602e6e2b636578a7d3d7894380605dafcc /TODO
downloadbw-atari8-tools-e2ba8458a5cfdfacfaf103e7ba97d610afa6c970.tar.gz
initial commit
Diffstat (limited to 'TODO')
-rw-r--r--TODO19
1 files changed, 19 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..b40a732
--- /dev/null
+++ b/TODO
@@ -0,0 +1,19 @@
+for now:
+- convert man pages to RST (done)
+- update email, website, etc in all docs (done?)
+- update list of cart types in cart.c (done)
+- document (and possibly enhance) a8utf8 (done)
+- rename repo to bw-atari8-tools
+- MANDIR => MAN1DIR in Makefile (done)
+- clean up compiler warnings (mostly done, axe is still a mess)
+- merge axe and unmac65 repos into this one (done).
+- change license to WTFPL (done).
+- fix axe, make it stop allocating an extra empty sector.
+
+later:
+- add cassio?
+- file magic? (finish it, see if file upstream wants it)
+- new tool: a8grep. knows about xex files (but works on others), can
+ search for screen codes or inverse video, etc. also a8strings.
+- new tool: something like ataricom or binload, but show checksums
+ of segments (so we can compare different versions of the same game).