1
0
mirror of https://github.com/AppleWin/AppleWin.git synced 2025-04-03 13:29:47 +00:00

Bump version to 1.25 & added comment to History.txt stating dropping Win98/ME support

This commit is contained in:
tomcw 2014-08-28 22:34:25 +01:00
parent c46694216d
commit a05979a6d1
3 changed files with 11 additions and 10 deletions

@ -9,11 +9,13 @@ https://github.com/AppleWin/AppleWin/issues/new
Tom Charlesworth
In Development: 1.25.0
---------------
1.25.0 - 28 Aug 2014
--------------------
Changes:
. Changed the AppleWin project host from BerliOS to GitHub.
. [Bug #221] Restored F6 original behavior that was changed in v1.22.0.
. Dropped support for Win98/ME, as AppleWin now built with VS2008 Express:
So AppleWin will only work under Windows 2000 and later.
. [Feature #221] Restored F6 original behavior that was changed in v1.22.0.
F6 Toggle full-screen / windowed mode.
Ctrl-F6 Toggle windowed 1x/2x zoom.
. Ctrl-PrintScreen will copy the text screen (auto detect 40/80 columns) to the clipboard.
@ -69,8 +71,6 @@ Fixes:
- Hang with Memory Fill when memory ends at FFFF, i.e. F D000:FFFF 0
- Hang with Memory Move when memory ends at FFFF, i.e. 2000<FFFE.FFFFM
Latest:
-------
1.24.0 - 11 Jan 2014
--------------------

@ -251,8 +251,8 @@ DISK_ICON ICON "DISK.ICO"
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,24,0,0
PRODUCTVERSION 1,24,0,0
FILEVERSION 1,25,0,0
PRODUCTVERSION 1,25,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -267,15 +267,15 @@ BEGIN
BEGIN
BLOCK "04090000"
BEGIN
VALUE "Comments", "http://applewin.berlios.de"
VALUE "Comments", "https://github.com/AppleWin"
VALUE "CompanyName", "AppleWin"
VALUE "FileDescription", "Apple //e Emulator for Windows"
VALUE "FileVersion", "1, 24, 0, 0"
VALUE "FileVersion", "1, 25, 0, 0"
VALUE "InternalName", "APPLEWIN"
VALUE "LegalCopyright", " 1994-2014 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, 24, 0, 0"
VALUE "ProductVersion", "1, 25, 0, 0"
END
END
BLOCK "VarFileInfo"

@ -520,6 +520,7 @@ int _6502_GetOpmodeOpbyte ( const int nBaseAddress, int & iOpmode_, int & nOpby
int *fatal = 0;
*fatal = 0xDEADC0DE;
#endif
break;
}
/*
// REMOVED in v1.25 ... because of AppleSoft Basic: DW NEXT1 801 DW LINE1 803