Removed the old cc65.txt file, added documentation for the dio api.

git-svn-id: svn://svn.cc65.org/cc65/trunk@466 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-11-21 22:36:50 +00:00
parent c37d0e10d3
commit 9398c5cef0
3 changed files with 112 additions and 672 deletions

View File

@@ -8,7 +8,8 @@
SGML = ar65.sgml \
ca65.sgml \
cc65.sgml \
cl65.sgml
cl65.sgml \
dio.sgml
TXT = $(SGML:.sgml=.txt)
HTML = $(SGML:.sgml=.html)