From 5a6174f01e2ac45ab4c4dd3e74ecb2c95ffd8723 Mon Sep 17 00:00:00 2001 From: Egan Ford Date: Fri, 1 Jan 2016 12:34:07 -0700 Subject: [PATCH] minor updates --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e453514..5c50f94 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +## Use c2t-96h version, see below + ## Introduction `c2t` is a command line tool that can convert binary code/data and/or Apple-1/II Monitor text, as well as 140K disk images, into audio files suitable for use with the Apple-1 and II (II, II+, //e) cassette interface. @@ -75,8 +77,7 @@ cp ../fake6502.h ## c2t-96h Version -`c2t-96h` is a hacked up version of `c2t` that fixes a few bugs (e.g. `.po` files) and adds working 9600 BPS code. -Both `-8` and `-f` activate this new 9600 BPS code. +`c2t-96h` is a hacked up version of `c2t` that fixes a few bugs (e.g. `.po` files) and adds better universal (should work on all Apple IIs) 9600 BPS code. Both `-8` and `-f` activate this new 9600 BPS code. `c2t-96h` will eventually replace `c2t`. IOW, use `c2t-96h` for now.