mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-23 08:33:24 +00:00
1.22.2
(Renumbered 1.22.1.5 to 1.22.2.0)
This commit is contained in:
parent
33df2c6d37
commit
c76bdd688c
@ -13,8 +13,8 @@ Tom Charlesworth
|
|||||||
tomch at users.berlios.de
|
tomch at users.berlios.de
|
||||||
|
|
||||||
|
|
||||||
1.22.1.5 - 26 Apr 2013
|
1.22.2 - 26 Apr 2013
|
||||||
----------------------
|
--------------------
|
||||||
Changes:
|
Changes:
|
||||||
. Extended logging support during startup and shutdown.
|
. Extended logging support during startup and shutdown.
|
||||||
. Allow debugging of save-state image from start-up "logo" screen.
|
. Allow debugging of save-state image from start-up "logo" screen.
|
||||||
@ -26,6 +26,7 @@ Fixes:
|
|||||||
- A screenshot in 50% scanline mode would produce an all black image.
|
- A screenshot in 50% scanline mode would produce an all black image.
|
||||||
. Fixed inserting of disk images from save-state when drive-2 contained the disk required for drive-1.
|
. Fixed inserting of disk images from save-state when drive-2 contained the disk required for drive-1.
|
||||||
|
|
||||||
|
|
||||||
1.22.1 - 7 Mar 2013
|
1.22.1 - 7 Mar 2013
|
||||||
--------------------
|
--------------------
|
||||||
Changes:
|
Changes:
|
||||||
|
@ -253,8 +253,8 @@ DISK_ICON ICON "DISK.ICO"
|
|||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 1,22,1,5
|
FILEVERSION 1,22,2,0
|
||||||
PRODUCTVERSION 1,22,1,5
|
PRODUCTVERSION 1,22,2,0
|
||||||
FILEFLAGSMASK 0x3fL
|
FILEFLAGSMASK 0x3fL
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
FILEFLAGS 0x1L
|
FILEFLAGS 0x1L
|
||||||
@ -272,12 +272,12 @@ BEGIN
|
|||||||
VALUE "Comments", "http://applewin.berlios.de"
|
VALUE "Comments", "http://applewin.berlios.de"
|
||||||
VALUE "CompanyName", "AppleWin"
|
VALUE "CompanyName", "AppleWin"
|
||||||
VALUE "FileDescription", "Apple //e Emulator for Windows"
|
VALUE "FileDescription", "Apple //e Emulator for Windows"
|
||||||
VALUE "FileVersion", "1, 22, 1, 5"
|
VALUE "FileVersion", "1, 22, 2, 0"
|
||||||
VALUE "InternalName", "APPLEWIN"
|
VALUE "InternalName", "APPLEWIN"
|
||||||
VALUE "LegalCopyright", " 1994-2013 Michael O'Brien, Oliver Schmidt, Tom Charlesworth, Michael Pohoreski, Nick Westgate, Linards Ticmanis"
|
VALUE "LegalCopyright", " 1994-2013 Michael O'Brien, Oliver Schmidt, Tom Charlesworth, Michael Pohoreski, Nick Westgate, Linards Ticmanis"
|
||||||
VALUE "OriginalFilename", "APPLEWIN.EXE"
|
VALUE "OriginalFilename", "APPLEWIN.EXE"
|
||||||
VALUE "ProductName", "Apple //e Emulator"
|
VALUE "ProductName", "Apple //e Emulator"
|
||||||
VALUE "ProductVersion", "1, 22, 1, 5"
|
VALUE "ProductVersion", "1, 22, 2, 0"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user