aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2019-03-15 23:25:29 -0400
committerB. Watson <yalhcru@gmail.com>2019-03-15 23:25:29 -0400
commit19de5f743095cb4dd5b0eb8b579cfebec6ce797a (patch)
tree1b706dd68f4b5b54d150fb29624aee05072bc825
parentb5d754279cef91c49776bb4da250bd69c3d9ae9d (diff)
downloadfujichat-19de5f743095cb4dd5b0eb8b579cfebec6ce797a.tar.gz
remove mention of dasm from doc
-rw-r--r--README4
1 files changed, 1 insertions, 3 deletions
diff --git a/README b/README
index e346742..dec066b 100644
--- a/README
+++ b/README
@@ -32,13 +32,11 @@ To compile FujiChat:
2.11.0 release, but older than about December, 2015. Version 2.13.3 is
what the author currently uses. The code uses the old cc65 rs232.h API,
which was replaced with a new serial.h API sometime in 2015. This will
- be rectified eventually.
+ be rectified eventually in the FujiChat source.
- Install axe. This can be found at http://urchlay.naptime.net/repos/axe/
or use the clone URL git://urchlay.naptime.net/axe.git
-- Install dasm [TODO: version? URL?].
-
Make sure cc65 and axe are both found in your $PATH, then:
$ cd src