Bumped to 1.17.1

Updated History.txt
Added David Schmidt to acknowledgements.html
This commit is contained in:
tomch 2009-11-13 22:22:21 +00:00
parent 32dda2a2b3
commit b55b43610e
3 changed files with 24 additions and 5 deletions

View File

@ -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
--------------------

View File

@ -18,5 +18,6 @@
<p style="MARGIN-LEFT: 40px">Kyle Kim: Mouse card support based on code from Apple in PC</p>
<p style="MARGIN-LEFT: 40px">Fábio Belavenuto: TK3000 Brazilian //e clone (originally responsible for integrating Z80Em)</p>
<p style="MARGIN-LEFT: 40px">Bob Sander-Cederlof: Applesoft Symbols (<a href="http://www.txbobsc.com/scsc/scdocumentor/index.html">http://www.txbobsc.com/scsc/scdocumentor/</a> S-C DocuMentor: Applesoft)</a></p>
<p style="MARGIN-LEFT: 40px">David Schmidt: Updates to this help file</p>
</body>
</html>

View File

@ -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"