mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-09 05:32:05 +00:00
1.27.4: Bump version & update History.txt
This commit is contained in:
parent
ad12a8e6d2
commit
9fff2070c4
@ -9,11 +9,19 @@ https://github.com/AppleWin/AppleWin/issues/new
|
||||
Tom Charlesworth
|
||||
|
||||
|
||||
1.27.3.0 - 14 Apr 2018
|
||||
1.27.4.0 - 26 May 2018
|
||||
----------------------
|
||||
. [Bug #555] Fix for showing 559th DHGR vertical column.
|
||||
- But now an HGR HCOLOR=2 vertical line at column 0 is only 1 DHGR pixel wide.
|
||||
- Fix TEXT80 to be aligned with DHGR.
|
||||
- Fix FLASH in TEXT80 (the inverse aux-memory char would overwrite the main-memory char).
|
||||
. [Change #554] Help: Added a new help page about AppleWin's SSC emulation.
|
||||
. [Change #522] SSC: ZLINK not starting unless DCD is set.
|
||||
- DCD state is now a mirror of DSR unless -dcd switch is used.
|
||||
- Removed -dsr,-dtr switches, so -modem is now an alias for -dcd.
|
||||
. [Bug #308] SSC: For TCP mode, support DSR, DCD & CTS status bits.
|
||||
. SSC: Now DTR must also be set to enable interrupts (in addition to the respective Tx/Rx interrupt bit).
|
||||
. SSC: When reading the Status register, throttle calls to GetCommModemStatus() to a maximum of once every 8ms.
|
||||
. SSC: Change DIPSW1's baud rate to 9600 (was 19200).
|
||||
|
||||
|
||||
1.27.2.0 - 12 Apr 2018
|
||||
|
@ -252,8 +252,8 @@ DISK_ICON ICON "DISK.ICO"
|
||||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 1,27,3,0
|
||||
PRODUCTVERSION 1,27,3,0
|
||||
FILEVERSION 1,27,4,0
|
||||
PRODUCTVERSION 1,27,4,0
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
@ -271,12 +271,12 @@ BEGIN
|
||||
VALUE "Comments", "https://github.com/AppleWin"
|
||||
VALUE "CompanyName", "AppleWin"
|
||||
VALUE "FileDescription", "Apple //e Emulator for Windows"
|
||||
VALUE "FileVersion", "1, 27, 3, 0"
|
||||
VALUE "FileVersion", "1, 27, 4, 0"
|
||||
VALUE "InternalName", "APPLEWIN"
|
||||
VALUE "LegalCopyright", " 1994-2018 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, 27, 3, 0"
|
||||
VALUE "ProductVersion", "1, 27, 4, 0"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
Loading…
Reference in New Issue
Block a user