This commit is contained in:
tomch 2009-12-13 11:23:23 +00:00
parent 563507f44b
commit 303f38f0bd
3 changed files with 19 additions and 5 deletions

View file

@ -18,6 +18,20 @@ 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.2 - 13 Dec 2009
--------------------
Changes:
. Enable XP visual themes & corrected tab order in the Configuration dialog - thanks for Joshua Bell
. Updated Help chm's Debugger breakpoint commands (BC,BD,BE,BL now replaced by BPC,BPD,BPE.BPL
Fixes:
. Fix: Crash when COM or TCP port opened before Configuration dialog is opened for the first time
. Fix: Reading SSC DIP SW1 for "external" CLK (115.2K mode)
. Fix: Reinstated debugger's GO command:
- G : Go (Stepping Mode)
- G <addr> : Go (Stepping Mode) until PC=addr
1.17.1 - 27 Nov 2009
--------------------
Changes:

View file

@ -12,7 +12,7 @@ open shell.berlios.de
cd /home/groups/applewin/htdocs
lcd <folder on PC>
put index.php
put applewin.chm
put AppleWin.chm
put History.txt
*** NB. Files on BerliOS server are case-sensitive

View file

@ -246,8 +246,8 @@ DISK_ICON ICON "DISK.ICO"
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,17,1,0
PRODUCTVERSION 1,17,1,0
FILEVERSION 1,17,2,0
PRODUCTVERSION 1,17,2,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -265,12 +265,12 @@ BEGIN
VALUE "Comments", "http://applewin.berlios.de"
VALUE "CompanyName", "AppleWin"
VALUE "FileDescription", "Apple //e Emulator for Windows"
VALUE "FileVersion", "1, 17, 1, 0"
VALUE "FileVersion", "1, 17, 2, 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, 17, 1, 0"
VALUE "ProductVersion", "1, 17, 2, 0"
END
END
BLOCK "VarFileInfo"