From b55b43610e608f7a1ab57828e04fa91df0d330e6 Mon Sep 17 00:00:00 2001 From: tomch Date: Fri, 13 Nov 2009 22:22:21 +0000 Subject: [PATCH] Bumped to 1.17.1 Updated History.txt Added David Schmidt to acknowledgements.html --- AppleWin/docs/History.txt | 19 +++++++++++++++++++ AppleWin/help/acknowledgements.html | 1 + AppleWin/resource/Applewin.rc | 9 ++++----- 3 files changed, 24 insertions(+), 5 deletions(-) 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

diff --git a/AppleWin/resource/Applewin.rc b/AppleWin/resource/Applewin.rc index e34c4eb2..8f99d213 100644 --- a/AppleWin/resource/Applewin.rc +++ b/AppleWin/resource/Applewin.rc @@ -245,8 +245,8 @@ DISK_ICON ICON "DISK.ICO" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,16,2,0 - PRODUCTVERSION 1,16,2,0 + FILEVERSION 1,17,1,0 + PRODUCTVERSION 1,17,1,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -264,13 +264,12 @@ BEGIN VALUE "Comments", "http://applewin.berlios.de" VALUE "CompanyName", "AppleWin" VALUE "FileDescription", "Apple //e Emulator for Windows" - VALUE "FileVersion", "1, 16, 2, 0" - VALUE "FileVersion", "1, 16, 1, 3" + VALUE "FileVersion", "1, 17, 1, 0" VALUE "InternalName", "APPLEWIN" VALUE "LegalCopyright", " 1994-2009 Michael O'Brien, Oliver Schmidt, Tom Charlesworth, Michael Pohoreski, Nick Westgate, Linards Ticmanis" VALUE "OriginalFilename", "APPLEWIN.EXE" VALUE "ProductName", "Apple //e Emulator" - VALUE "ProductVersion", "1, 16, 2, 0" + VALUE "ProductVersion", "1, 17, 1, 0" END END BLOCK "VarFileInfo"