diff --git a/AppleWin/docs/History.txt b/AppleWin/docs/History.txt index 41f1f4d3..a8d0709a 100644 --- a/AppleWin/docs/History.txt +++ b/AppleWin/docs/History.txt @@ -18,6 +18,25 @@ Restrictions/bugs: - During Mockingboard playback, Speaker emulation isn't precise. - For an original Apple //e, 80-column (PR#3) and INVERSE, it still appears to be mousetext character, but it should be inverted upper-case from $40 to $5F. +1.17.1 - 13 Nov 2009 +-------------------- +Changes: +. SSC: Support 112.5K Baud +. Dynamically generated 'Serial Port' drop-down menu + - Save "Serial Port Name" to Registry (instead of drop-down menu index as "Serial Port") +. Updated Help chm's "Transferring Disk Images" - thanks to David Schmidt +. New switches: -log, -no-mb, -spkr-max, -spkr-inc +. Debugger (v2.6.2.0): + - Return on blank line to toggle full screen console + - Page Up/Down of console history while editing + +Fixes: +. Fix for Speaker underflow problem (-spkr-max=200, -spkr-inc=20) +. Fix for SSC (big transfers): use queue instead of single byte buffer +. Don't hog CPU in PAUSED mode +. Implemented the shift key mod for II/II+. This fixes a problem with Homeword. +. [Bug #14879] Double-Lo-Res Graphics colors not correct + 1.16.1 - 21 Jun 2009 -------------------- diff --git a/AppleWin/help/acknowledgements.html b/AppleWin/help/acknowledgements.html index 36e3f8fd..63b72576 100644 --- a/AppleWin/help/acknowledgements.html +++ b/AppleWin/help/acknowledgements.html @@ -18,5 +18,6 @@
Kyle Kim: Mouse card support based on code from Apple in PC
Fábio Belavenuto: TK3000 Brazilian //e clone (originally responsible for integrating Z80Em)
Bob Sander-Cederlof: Applesoft Symbols (http://www.txbobsc.com/scsc/scdocumentor/ S-C DocuMentor: Applesoft)
+David Schmidt: Updates to this help file