mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-01 12:31:59 +00:00
1.27.2: Bump version & update History.txt
This commit is contained in:
parent
2900816167
commit
1ed484eb01
@ -9,6 +9,16 @@ https://github.com/AppleWin/AppleWin/issues/new
|
||||
Tom Charlesworth
|
||||
|
||||
|
||||
1.27.2.0 - 12 Apr 2018
|
||||
----------------------
|
||||
. [Change #522] SSC: Support ACIA's TX Empty interrupt for both COM and TCP modes.
|
||||
. [Change #311] SSC: Support ACIA's CTS/RTS.
|
||||
. [Bug #308] Fixed TCP mode which was only generating an IRQ for first byte received.
|
||||
. SSC: Fixed reading DIPSW registers.
|
||||
. SSC: Support ACIA's Program Reset (write to register 9).
|
||||
. SSC: Improved logging for unsupported modes (Echo, Tx break signal).
|
||||
|
||||
|
||||
1.27.1.0 - 5 Apr 2018
|
||||
---------------------
|
||||
. [Change #547] Improve UI and logging when PrintScreen key fails to register.
|
||||
|
@ -84,7 +84,8 @@
|
||||
prompted before you continue this action. The results given are:<br>
|
||||
<ul>
|
||||
<li> Pure Video FPS
|
||||
<li> Pure CPU MHz
|
||||
<li> Pure CPU MHz (video update)
|
||||
<li> Pure CPU MHz (full-speed)
|
||||
<li> Expected average video game performance (in FPS)
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -252,8 +252,8 @@ DISK_ICON ICON "DISK.ICO"
|
||||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 1,27,1,0
|
||||
PRODUCTVERSION 1,27,1,0
|
||||
FILEVERSION 1,27,2,0
|
||||
PRODUCTVERSION 1,27,2,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, 1, 0"
|
||||
VALUE "FileVersion", "1, 27, 2, 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, 1, 0"
|
||||
VALUE "ProductVersion", "1, 27, 2, 0"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
Loading…
Reference in New Issue
Block a user